Merge branch 'master' of https://github.com/syuilo/misskey
This commit is contained in:
commit
610b6dac8e
|
@ -7,7 +7,7 @@ Make sure **mongodb-tools** installed.
|
||||||
|
|
||||||
In your shell:
|
In your shell:
|
||||||
``` shell
|
``` shell
|
||||||
$ mongodump --archive=db-backup
|
$ mongodump --archive=db-backup -u <YourUserName> -p <YourPassword>
|
||||||
```
|
```
|
||||||
|
|
||||||
For details, plese see [mongodump docs](https://docs.mongodb.com/manual/reference/program/mongodump/).
|
For details, plese see [mongodump docs](https://docs.mongodb.com/manual/reference/program/mongodump/).
|
||||||
|
|
Loading…
Reference in a new issue