mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Add --drop to mongorestore
parent
8bd9d72bbd
commit
b4ed4730ce
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ docker cp wekan-db:/data/dump .
|
|||
docker cp dump wekan-db:/data/
|
||||
docker exec -it wekan-db bash
|
||||
cd /data
|
||||
mongorestore
|
||||
mongorestore --drop
|
||||
exit
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue