Updated Export Docker Mongo Data (markdown)

Lauri Ojansivu 2018-03-08 18:44:23 +02:00
parent a9b4fc3315
commit 6a3d308797

@ -4,8 +4,9 @@ You need to stop Wekan before importing MongoDB database with command
`mongorestore --drop` `mongorestore --drop`
And also check that in your start-wekan.sh you have corrent MongoDB database name And also check that in your start-wekan.sh or docker-compose.yml or similat that
admin, wekan, etc. Otherwise it will be empty. you have corrent MongoDB database name admin, wekan, etc.
Otherwise it will be empty.
*** ***