You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifies the path of the google cloud service account json file. Default is empty.
563
+
564
+
***logical_backup_job_prefix**
565
+
The prefix to be prepended to the name of a k8s CronJob running the backups. Beware the prefix counts towards the name length restrictions imposed by k8s. Empty string is a legitimate value. Operator does not do the actual renaming: It simply creates the job with the new prefix. You will have to delete the old cron job manually. Default: "logical-backup-".
566
+
566
567
***logical_backup_provider**
567
568
Specifies the storage provider to which the backup should be uploaded (`s3` or `gcs`).
568
569
Default: "s3"
569
570
571
+
***logical_backup_s3_access_key_id**
572
+
When set, value will be in AWS_ACCESS_KEY_ID env variable. The Default is empty.
573
+
570
574
***logical_backup_s3_bucket**
571
575
S3 bucket to store backup results. The bucket has to be present and
572
576
accessible by Postgres pods. Default: empty.
573
577
578
+
***logical_backup_s3_endpoint**
579
+
When using non-AWS S3 storage, endpoint can be set as a ENV variable. The default is empty.
580
+
574
581
***logical_backup_s3_region**
575
582
Specifies the region of the bucket which is required with some non-AWS S3 storage services. The default is empty.
576
583
577
-
***logical_backup_s3_endpoint**
578
-
When using non-AWS S3 storage, endpoint can be set as a ENV variable. The default is empty.
584
+
***logical_backup_s3_secret_access_key**
585
+
When set, value will be in AWS_SECRET_ACCESS_KEY env variable. The Default is empty.
579
586
580
587
***logical_backup_s3_sse**
581
588
Specify server side encryption that S3 storage is using. If empty string
582
589
is specified, no argument will be passed to `aws s3` command. Default: "AES256".
583
590
584
-
***logical_backup_s3_access_key_id**
585
-
When set, value will be in AWS_ACCESS_KEY_ID env variable. The Default is empty.
586
-
587
-
***logical_backup_s3_secret_access_key**
588
-
When set, value will be in AWS_SECRET_ACCESS_KEY env variable. The Default is empty.
0 commit comments