-
Notifications
You must be signed in to change notification settings - Fork 160
Add warning about S3 outages affecting form downloads #2088
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
c07f7e8
435b5af
ce9f59d
861bc88
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -532,7 +532,11 @@ Creating and using a custom PostgreSQL database server | |
| Using S3-compatible Storage | ||
| --------------------------- | ||
|
|
||
| By default, Central stores form and submission attachments in its main database, but it can be configured to move these to an external object store. If you already have or plan to collect many files, storing them outside the main database can reduce database load and cost. It can also make it more practical to backup and restore the database. | ||
| By default, Central stores form and submission attachments in its main database, but it can be configured to move these to an external object store. | ||
|
|
||
| - If S3-compatible storage goes down, Central will still accept submissions, but devices may not receive updates to forms with attachments, and integrations or dashboards that use attachments may fail. | ||
| - If you opt into S3-compatible storage, you must design a backup and restore strategy for that storage. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is already in the consideration list below. I think it works well where it is. |
||
| If you already have or plan to collect many files, storing them outside the main database can reduce database load and cost. It can also make it more practical to backup and restore the database. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This explains why someone might want to opt into the functionality, it feels like it should be at the top as it was before. |
||
|
|
||
| Consider the following to help you decide whether S3-compatible storage is a good fit: | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would probably tend to add this bullet point to the consideration list below. Another alternative would be to style it here as a warning.