From 572835af094c43afec52320ba538bb4a0b5c3914 Mon Sep 17 00:00:00 2001 From: biji Date: Wed, 4 Apr 2018 06:11:53 +0700 Subject: [PATCH] Updated Export Docker Mongo Data (markdown) --- Export-Docker-Mongo-Data.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Export-Docker-Mongo-Data.md b/Export-Docker-Mongo-Data.md index 185166b..48412ad 100644 --- a/Export-Docker-Mongo-Data.md +++ b/Export-Docker-Mongo-Data.md @@ -90,7 +90,7 @@ users cd / ``` -6) Backup database to files inside container to directory /dump, only Wekan database with name "admin" is included, not local: +6) Backup database to files inside container to directory /dump, only Wekan database with name "wekan" is included, not local: ```bash mongodump -o /dump/ ``` @@ -128,7 +128,7 @@ mongorestore --port 11235 https://docs.mongodb.com/ecosystem/tools/administration-interfaces/ -11) If you sometime after backups want to remove wekan containers to reinstall them, do: +11) If you sometime after backups want to remove wekan containers to reinstall them, do (CAREFUL): ```bash docker stop wekan wekan-db docker rm wekan wekan-db