aboutsummaryrefslogtreecommitdiff
path: root/docs/admin/backup.md
diff options
context:
space:
mode:
authorAlex S <alex.strizhakov@gmail.com>2019-04-02 19:16:29 +0700
committerAlex S <alex.strizhakov@gmail.com>2019-04-02 19:16:29 +0700
commit9e0567ec5237fc7a2ba37f5291962f3c58fd21f8 (patch)
tree6caabbf049051d3725662eb765013ee9b844f0cc /docs/admin/backup.md
parent484162c18774ff28842a517ae0afcaaf824e12bf (diff)
parentbd961a3badaf7aa7ffc97ab92a6b04367d1c514b (diff)
downloadpleroma-9e0567ec5237fc7a2ba37f5291962f3c58fd21f8.tar.gz
Merge develop into feature/770-add-emoji-tags
Diffstat (limited to 'docs/admin/backup.md')
-rw-r--r--docs/admin/backup.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/admin/backup.md b/docs/admin/backup.md
index b373996f5..2c70e7bf8 100644
--- a/docs/admin/backup.md
+++ b/docs/admin/backup.md
@@ -1,4 +1,6 @@
-# Backup your instance
+# Backup/Restore your instance
+
+## Backup
1. Stop the Pleroma service.
2. Go to the working directory of Pleroma (default is `/opt/pleroma`)
@@ -6,7 +8,7 @@
4. Copy `pleroma.pgdump`, `config/prod.secret.exs` and the `uploads` folder to your backup destination. If you have other modifications, copy those changes too.
5. Restart the Pleroma service.
-## Restore your instance
+## Restore
1. Stop the Pleroma service.
2. Go to the working directory of Pleroma (default is `/opt/pleroma`)