24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

Add data clean up suggested command

This commit is contained in:
Mickaël Rémond 2019-05-24 10:31:51 +02:00 committed by GitHub
parent 44e1af25e5
commit dc126b86bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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