diff --git a/Export-Docker-Mongo-Data.md b/Export-Docker-Mongo-Data.md index 15bf565..b93c1fc 100644 --- a/Export-Docker-Mongo-Data.md +++ b/Export-Docker-Mongo-Data.md @@ -4,7 +4,7 @@ You need to stop Wekan before importing MongoDB database with command `mongorestore --drop` -And also check that in your start-wekan.sh or docker-compose.yml or similat that +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.