mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Changed 9a) mongorestore command as per @weaktyper's findings
parent
5fd47ff787
commit
4dcc91e454
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ docker cp wekan-db:/data/dump .
|
|||
docker cp dump wekan-db:/data/
|
||||
docker exec -it wekan-db bash
|
||||
cd /data
|
||||
mongorestore --drop
|
||||
mongorestore --drop --db=<dbname>
|
||||
exit
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue