From 3b33feec1266d839f88b5c8941aafc7307b2b080 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 8 Mar 2018 18:43:39 +0200 Subject: [PATCH] Updated Export Docker Mongo Data (markdown) --- Export-Docker-Mongo-Data.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Export-Docker-Mongo-Data.md b/Export-Docker-Mongo-Data.md index 839d5cd..1a6025f 100644 --- a/Export-Docker-Mongo-Data.md +++ b/Export-Docker-Mongo-Data.md @@ -1,4 +1,15 @@ -NOTE: Check from your Dockerfile or docker-compose.yml what is name of MongoDB container. +## Important info + +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. + + +*** + + +Check from your Dockerfile or docker-compose.yml what is name of MongoDB container. It can be wekan-db, mongodb or something else. 1) You can run Wekan on Docker locally like this on http://localhost:8080/