Skip to content

Commit

Permalink
DOC-1770 for v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
victorleeTG committed Jun 11, 2023
1 parent 0d5bbb0 commit 2750dd7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modules/backup-and-restore/pages/configurations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ Required if backup is to be stored on S3. |`+nan+`

|System.Backup.S3.AWSSecretAccessKey |Secret access key for s3
bucket.
Required if backup is to be stored on S3.|`+nan+`
Required if backup is to be stored on S3.

*NOTE*: If setting this in interactive mode, store the key in a file and provide the path to the file, e.g., `@/tmp/test_secret`.
|`+nan+`

|System.Backup.S3.BucketName |Name of the S3 bucket to store backup files.
Required if backup is to be stored on S3.|`+nan+`
Expand All @@ -54,4 +57,4 @@ Running `gadmin config entry backup` allows you to enter the value for each para

Alternatively, you can also use `gadmin config set <parameter>` to change the value of any parameter.

After configuring the parameters, run `gadmin config apply` to apply the new parameter values.
After configuring the parameters, run `gadmin config apply` to apply the new parameter values.

0 comments on commit 2750dd7

Please sign in to comment.