Switch Discourse uploads and backups to Garage/S3 #476
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/discourse_garage"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Aside from not having to store uploads directly in the VM, as well as having them be automatically backed up by replication, this also finally fixed the mixed-content issue we still had with some Discourse assets.
(The Discourse S3 config is part of the
app.yml
, which we currently don't deploy via Chef.)👍