Skip to content
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

Add docs on S3 for Jira backups #904

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading