From bf745730e10c2eff2221fb8c135a3275bd29caca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Thu, 26 Sep 2024 18:10:39 +0200 Subject: [PATCH] Add link to S3-compatible storage configuration --- docs/central-upgrade.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/central-upgrade.rst b/docs/central-upgrade.rst index abbb06ca3..d566cc95b 100644 --- a/docs/central-upgrade.rst +++ b/docs/central-upgrade.rst @@ -109,10 +109,10 @@ If you make changes to your `.env` file to configure Central as described in the $ docker compose stop $ docker compose up -d -2. File data can be stored in S3-compatible storage -*************************************************** +2. Files can be stored in S3-compatible storage +************************************************ -By default, Central stores all of its data in a database, including files like images attached to submissions. If you have or plan on collecting a lot of files, you may prefer to store these in separate storage to reduce load on the database and possibly reduce hosting costs. See instructions on how to opt in. +By default, Central stores all of its data in a database, including files like XLSForm definitions and images attached to submissions. If you have or plan on collecting a lot of files, you may prefer to store these in separate storage to reduce load on the database and possibly reduce hosting costs. See instructions on `configuring S3-compatible storage `_. 3. Docker images now published *******************************