mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
Merge branch 'master' of https://github.com/syuilo/misskey
This commit is contained in:
commit
a629840644
22
docs/backup.md
Normal file
22
docs/backup.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
How to backup your Misskey
|
||||||
|
==========================
|
||||||
|
|
||||||
|
Make sure **mongodb-tools** installed.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
In your shell:
|
||||||
|
``` shell
|
||||||
|
$ mongodump --archive=db-backup
|
||||||
|
```
|
||||||
|
|
||||||
|
For details, plese see [mongodump docs](https://docs.mongodb.com/manual/reference/program/mongodump/).
|
||||||
|
|
||||||
|
Restore
|
||||||
|
-------
|
||||||
|
|
||||||
|
``` shell
|
||||||
|
$ mongorestore --archive=db-backup
|
||||||
|
```
|
||||||
|
|
||||||
|
For details, please see [mongorestore docs](https://docs.mongodb.com/manual/reference/program/mongorestore/).
|
Loading…
Reference in New Issue
Block a user