From 385d068b35324285b3a212df2762f3496710d669 Mon Sep 17 00:00:00 2001 From: biji Date: Tue, 3 Apr 2018 12:20:45 +0700 Subject: [PATCH] previous command is to drop db??? --- 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 5e939c5..185166b 100644 --- a/Export-Docker-Mongo-Data.md +++ b/Export-Docker-Mongo-Data.md @@ -1,8 +1,8 @@ ## Important info -You need to stop Wekan before importing MongoDB database with command +You need to stop Wekan before importing MongoDB database with command: -`mongorestore --drop` +`docker stop wekan-app` And also check that in your start-wekan.sh or docker-compose.yml or similar that you have corrent MongoDB database name admin, wekan, etc.