mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Add data clean up suggested command
This commit is contained in:
parent
44e1af25e5
commit
dc126b86bb
@ -20,7 +20,9 @@ You can fully clean up the environment with:
|
|||||||
(cd test/docker; docker-compose down)
|
(cd test/docker; docker-compose down)
|
||||||
```
|
```
|
||||||
|
|
||||||
## TODO
|
If you want to clean the data, you can remove the data directories after the `docker-compose down` command:
|
||||||
|
|
||||||
- Document how to fully clean the test data.
|
|
||||||
|
|
||||||
|
```
|
||||||
|
mkdir test/docker/db/mysql/data
|
||||||
|
mkdir test/docker/db/postgres/data
|
||||||
|
mkdir test/docker/db/riak/data
|
||||||
|
Loading…
Reference in New Issue
Block a user