Updated Export Docker Mongo Data (markdown)

Lauri Ojansivu 2018-03-15 14:13:29 +02:00
parent 7cffa85077
commit d8f15e8beb

@ -8,6 +8,7 @@ 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. you have corrent MongoDB database name admin, wekan, etc.
Otherwise it will be empty. Otherwise it will be empty.
Docker containers are at `/var/lib/docker`, so it [may contain important data that could be hard to recover](https://github.com/wekan/wekan-mongodb/issues/8). Restoring mongodump files is much easier. [Related backup feature request](https://github.com/wekan/wekan/issues/1534). With backups it's important to [save file and directory permissions](https://askubuntu.com/questions/225865/copy-files-without-losing-file-folder-permissions).
*** ***