From: Mickaël Rémond Date: Fri, 24 May 2019 08:31:51 +0000 (+0200) Subject: Add data clean up suggested command X-Git-Tag: 19.05~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc126b86bbf5c31ee54a0762fe7cdea7f16fb266;p=ejabberd Add data clean up suggested command --- diff --git a/test/docker/README.md b/test/docker/README.md index 01bdeb832..a3bd4ecc7 100644 --- a/test/docker/README.md +++ b/test/docker/README.md @@ -20,7 +20,9 @@ You can fully clean up the environment with: (cd test/docker; docker-compose down) ``` -## TODO - -- Document how to fully clean the test data. +If you want to clean the data, you can remove the data directories after the `docker-compose down` command: +``` +mkdir test/docker/db/mysql/data +mkdir test/docker/db/postgres/data +mkdir test/docker/db/riak/data