From 6a3d308797a8d7599755cc2555502291700dc200 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 8 Mar 2018 18:44:23 +0200 Subject: [PATCH] Updated Export Docker Mongo Data (markdown) --- Export-Docker-Mongo-Data.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Export-Docker-Mongo-Data.md b/Export-Docker-Mongo-Data.md index 76948db..15bf565 100644 --- a/Export-Docker-Mongo-Data.md +++ b/Export-Docker-Mongo-Data.md @@ -4,8 +4,9 @@ You need to stop Wekan before importing MongoDB database with command `mongorestore --drop` -And also check that in your start-wekan.sh you have corrent MongoDB database name -admin, wekan, etc. Otherwise it will be empty. +And also check that in your start-wekan.sh or docker-compose.yml or similat that +you have corrent MongoDB database name admin, wekan, etc. +Otherwise it will be empty. ***