You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuring-playbook-s3-goofys.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,18 +34,13 @@ If you have local media store files and wish to migrate to Backblaze B2 subseque
34
34
35
35
It's a good idea to [make a complete server backup](faq.md#how-do-i-backup-the-data-on-my-server) before migrating your local media store to an S3-backed one.
36
36
37
-
Follow one of the guides below for a migration path from a locally-stored media store to one stored on S3-compatible storage:
37
+
After making the backup, follow one of the guides below for a migration path from a locally-stored media store to one stored on S3-compatible storage:
38
38
39
-
- [Storing Matrix media files on Amazon S3 with Goofys (optional)](#storing-matrix-media-files-on-amazon-s3-with-goofys-optional)
40
-
- [Usage](#usage)
41
-
- [Migrating from local filesystem storage to S3](#migrating-from-local-filesystem-storage-to-s3)
42
-
- [Migrating to any S3-compatible storage (universal, but likely slow)](#migrating-to-any-s3-compatible-storage-universal-but-likely-slow)
43
-
- [Migrating to Backblaze B2](#migrating-to-backblaze-b2)
39
+
- [Migrating to any S3-compatible storage (universal, but likely slow)](#migrating-to-any-s3-compatible-storage-universal-but-likely-slow)
40
+
- [Migrating to Backblaze B2](#migrating-to-backblaze-b2)
44
41
45
42
### Migrating to any S3-compatible storage (universal, but likely slow)
46
43
47
-
It's a good idea to [make a complete server backup](faq.md#how-do-i-backup-the-data-on-my-server) before doing this.
48
-
49
44
1. Proceed with the steps below without stopping Matrix services
50
45
51
46
2. Start by adding the base S3 configuration in your `vars.yml` file (seen above, may be different depending on the S3 provider of your choice)
@@ -72,7 +67,7 @@ It's a good idea to [make a complete server backup](faq.md#how-do-i-backup-the-d
72
67
73
68
7. Start the S3 service by running this **on the server**: `systemctl start matrix-goofys`
74
69
75
-
8. Sync the files again by re-running the `rsync` command you see in step #6
70
+
8. Sync the files again by re-running the `rsync` command you see in step #5
76
71
77
72
9. Stop the S3 service by running this **on the server**: `systemctl stop matrix-goofys`
78
73
@@ -93,8 +88,6 @@ It's a good idea to [make a complete server backup](faq.md#how-do-i-backup-the-d
93
88
94
89
### Migrating to Backblaze B2
95
90
96
-
It's a good idea to [make a complete server backup](faq.md#how-do-i-backup-the-data-on-my-server) before doing this.
97
-
98
91
1. While all Matrix services are running, run the following command on the server:
99
92
100
93
(you need to adjust the 3 `--env` line below with your own data)
@@ -126,7 +119,7 @@ It's a good idea to [make a complete server backup](faq.md#how-do-i-backup-the-d
0 commit comments