Update backup.md
This commit is contained in:
parent
6e8f309b5d
commit
2b3c4cf80e
1 changed files with 4 additions and 2 deletions
|
@ -1,13 +1,15 @@
|
||||||
How to backup your Misskey
|
How to backup your Misskey
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
Make sure **mongodb-tools** installed.
|
||||||
|
|
||||||
|
--
|
||||||
|
|
||||||
In your shell:
|
In your shell:
|
||||||
``` shell
|
``` shell
|
||||||
$ mongodump --archive=db-backup
|
$ mongodump --archive=db-backup
|
||||||
```
|
```
|
||||||
|
|
||||||
Make sure **mongodb-tools** installed.
|
|
||||||
|
|
||||||
Restore
|
Restore
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue