1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-10-30 23:01:48 +09:00
cherrypick/docs/backup.md

17 lines
223 B
Markdown
Raw Normal View History

2017-09-07 13:24:32 +09:00
How to backup your Misskey
==========================
2017-09-07 13:23:47 +09:00
In your shell:
``` shell
$ mongodump --archive=db-backup
```
Make sure **mongodb-tools** installed.
2017-09-07 13:25:47 +09:00
Restore
-------
``` shell
$ mongorestore --archive=db-backup
```