mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Updated Export Docker Mongo Data (markdown)
parent
962e882b95
commit
3b33feec12
1 changed files with 12 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue