Skip to content

Commit

Permalink
Fix alphabetic order of configurations.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
victorleeTG authored Jun 16, 2023
1 parent bf80769 commit 1f23540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/backup-and-restore/pages/configurations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ Required if backup is to be stored on S3.
|System.Backup.S3.BucketName |Name of the S3 bucket to store backup files.
Required if backup is to be stored on S3.| null

|System.Backup.S3.Endpoint | Endpoint to use instead of the S3 default endpoint. Must be a fully qualified URL.
Typically used when operating in a private network or with a non-AWS S3-compatible endpoint. | null

|System.Backup.S3.Enable |Whether to store the database backup data to S3.
Required if backup is to be stored on S3.

|System.Backup.S3.Endpoint | Endpoint to use instead of the S3 default endpoint. Must be a fully qualified URL.
Typically used when operating in a private network or with a non-AWS S3-compatible endpoint. | null

If this parameter is set to true, `System.Backup.Local.Enable` cannot be set to true.|`+false+`

|System.Backup.TimeoutSec |Timeout limit for the backup operation in seconds |`+18000+`
Expand Down

0 comments on commit 1f23540

Please sign in to comment.