mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40: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 cp dump wekan-db:/data/
|
||||||
docker exec -it wekan-db bash
|
docker exec -it wekan-db bash
|
||||||
cd /data
|
cd /data
|
||||||
mongorestore
|
mongorestore --drop
|
||||||
exit
|
exit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue