mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Updated Export Docker Mongo Data (markdown)
parent
385d068b35
commit
572835af09
1 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ users
|
|||
cd /
|
||||
```
|
||||
|
||||
6) Backup database to files inside container to directory /dump, only Wekan database with name "admin" is included, not local:
|
||||
6) Backup database to files inside container to directory /dump, only Wekan database with name "wekan" is included, not local:
|
||||
```bash
|
||||
mongodump -o /dump/
|
||||
```
|
||||
|
|
@ -128,7 +128,7 @@ mongorestore --port 11235
|
|||
|
||||
https://docs.mongodb.com/ecosystem/tools/administration-interfaces/
|
||||
|
||||
11) If you sometime after backups want to remove wekan containers to reinstall them, do:
|
||||
11) If you sometime after backups want to remove wekan containers to reinstall them, do (CAREFUL):
|
||||
```bash
|
||||
docker stop wekan wekan-db
|
||||
docker rm wekan wekan-db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue