1,104
edits
(→Proxy) |
No edit summary |
||
Line 182: | Line 182: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
cd /home/mastodon/live | cd /home/mastodon/live | ||
# rclone | # rclone copy -P public/system {rclone_label}:{bucket_name} | ||
rclone | rclone copy -P public/system neuromatchstodon:neuromatchstodon | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Enabling === | |||
After all your objects are transferred, you should | |||
* change <code>S3_ENABLED=true</code> in your <code>.env.production</code> | |||
* restart mastodon services like <code>sudo systemctl restart mastodon-*</code> | |||
Make a [https://neuromatch.social/@techwg/113043721321267077 test post] to confirm things are working, and you should be good to go <3 | |||
== Managing Storage == | == Managing Storage == |