mailcow-dockerized-docs/docs/debug-rm_volumes.md

14 Zeilen
602 B
Markdown

2017-05-09 17:54:50 +02:00
You may want to remove a set of persistent data to resolve a conflict or to start over:
2017-05-06 18:24:40 +02:00
```
docker volume rm mailcowdockerized_${VOLUME_NAME}
```
- Remove volume `mysql-vol-1` to remove all MySQL data.
- Remove volume `redis-vol-1` to remove all Redis data.
- Remove volume `vmail-vol-1` to remove all contents of `/var/vmail` mounted to `dovecot-mailcow`.
- Remove volume `dkim-vol-1` to remove all DKIM keys.
- Remove volume `rspamd-vol-1` to remove all Rspamd data.
Running `docker-compose down -v` will **destroy all mailcow: dockerized volumes** and delete any related containers and networks.