Updated Export Docker Mongo Data (markdown)

Lauri Ojansivu 2018-03-08 18:43:39 +02:00
parent 962e882b95
commit 3b33feec12

@ -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/