mirror of https://github.com/xwiki-labs/cryptpad
Adding a warning and header to delete/reset docs
This commit is contained in:
parent
9c2da10d79
commit
d4ca28e63e
|
@ -70,9 +70,12 @@ bower update;
|
||||||
# serverside dependencies
|
# serverside dependencies
|
||||||
npm update;
|
npm update;
|
||||||
```
|
```
|
||||||
|
## Deleting all data and resetting Cryptpad
|
||||||
|
|
||||||
|
|
||||||
To reset your instance of Cryptpad and remove all the data that is being stored:
|
To reset your instance of Cryptpad and remove all the data that is being stored:
|
||||||
|
|
||||||
|
**WARNING: This will reset your Cryptpad instance and remove all data**
|
||||||
```
|
```
|
||||||
# change into your cryptpad directory
|
# change into your cryptpad directory
|
||||||
cd /your/cryptpad/instance/location;
|
cd /your/cryptpad/instance/location;
|
||||||
|
|
Loading…
Reference in New Issue