From d8f15e8beb3215596acb970b431249fb2542694a Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 15 Mar 2018 14:13:29 +0200 Subject: [PATCH] Updated Export Docker Mongo Data (markdown) --- Export-Docker-Mongo-Data.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Export-Docker-Mongo-Data.md b/Export-Docker-Mongo-Data.md index b93c1fc..0bc8e64 100644 --- a/Export-Docker-Mongo-Data.md +++ b/Export-Docker-Mongo-Data.md @@ -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. 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). ***