mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Add db name
parent
a9030c427e
commit
0bac3acc10
1 changed files with 5 additions and 0 deletions
|
|
@ -100,6 +100,11 @@ mongorestore --drop --db=<dbname>
|
|||
exit
|
||||
```
|
||||
|
||||
That dbname can be for example wekandb:
|
||||
```
|
||||
mongorestore --drop --db=wekandb
|
||||
```
|
||||
|
||||
9b) Or restore to another mongo database, in different port:
|
||||
```bash
|
||||
mongorestore --port 11235
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue