diff --git a/docs/central-install-digital-ocean.rst b/docs/central-install-digital-ocean.rst index be0b4022d..b04c168d0 100644 --- a/docs/central-install-digital-ocean.rst +++ b/docs/central-install-digital-ocean.rst @@ -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. +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. Consider the following to help you decide whether S3-compatible storage is a good fit: