Skip to content

Commit

Permalink
Add docs on S3 for backups (#904)
Browse files Browse the repository at this point in the history
Co-authored-by: Yevhen Ivantsov <[email protected]>
  • Loading branch information
bianchi2 and Yevhen Ivantsov authored Nov 6, 2024
1 parent 1ef5e0b commit 4cb3cba
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/docs/containers/JIRA.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,22 @@ information, please refer to [Configuring Amazon S3 Object Storage](https://conf

Avatars and attachments can be stored in the same bucket. If bucket names are identical, `ATL_S3AVATARS_*` env vars are used to generate a common filestore configuration.

### S3 Backups storage configuration

Starting with 9.16, you can configure Jira to [store backups in Amazon S3](https://confluence.atlassian.com/adminjiraserver/storing-backups-in-amazon-s3-1402409182.html).

* `ATL_S3BACKUPS_BUCKET_NAME`

Bucket name to store avatars.

* `ATL_S3BACKUPS_REGION`

AWS region where the S3 bucket is located.

* `ATL_S3BACKUPS_ENDPOINT_OVERRIDE`

Override the default AWS API endpoint with a custom one (optional).


### Database configuration

Expand Down

0 comments on commit 4cb3cba

Please sign in to comment.