From eadc63e154ff13337dc6d579248cc587ab243913 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 5 Jul 2016 11:46:55 +0300 Subject: [PATCH] Add remove containers commands for reinstalling. --- Export-Docker-Mongo-Data.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Export-Docker-Mongo-Data.md b/Export-Docker-Mongo-Data.md index e2cbe80..076f20a 100644 --- a/Export-Docker-Mongo-Data.md +++ b/Export-Docker-Mongo-Data.md @@ -93,3 +93,10 @@ mongorestore --port 11235 10) If you would like to browse mongo database that is outside of docker in GUI, you could try some admin interface: https://docs.mongodb.com/ecosystem/tools/administration-interfaces/ + +11) If you sometime after backups want to remove wekan containers to reinstall them, do: +```bash +docker stop wekan wekan-db +docker rm wekan wekan-db +``` +Then you can reinstall from step 1. \ No newline at end of file