minor fixes in complete manifests
This commit is contained in:
parent
7e2e0db311
commit
7db4ce67ae
|
|
@ -50,12 +50,12 @@ spec:
|
||||||
- hostssl all all 0.0.0.0/0 md5
|
- hostssl all all 0.0.0.0/0 md5
|
||||||
- host all all 0.0.0.0/0 md5
|
- host all all 0.0.0.0/0 md5
|
||||||
# slots:
|
# slots:
|
||||||
# permanent_physical_1:
|
# - permanent_physical_1:
|
||||||
# type: physical
|
# type: physical
|
||||||
# permanent_logical_1:
|
# - permanent_logical_1:
|
||||||
# type: logical
|
# type: logical
|
||||||
# database: foo
|
# database: foo
|
||||||
# plugin: pgoutput
|
# plugin: pgoutput
|
||||||
ttl: 30
|
ttl: 30
|
||||||
loop_wait: &loop_wait 10
|
loop_wait: &loop_wait 10
|
||||||
retry_timeout: 10
|
retry_timeout: 10
|
||||||
|
|
@ -63,15 +63,15 @@ spec:
|
||||||
# restore a Postgres DB with point-in-time-recovery
|
# restore a Postgres DB with point-in-time-recovery
|
||||||
# with a non-empty timestamp, clone from an S3 bucket using the latest backup before the timestamp
|
# with a non-empty timestamp, clone from an S3 bucket using the latest backup before the timestamp
|
||||||
# with an empty/absent timestamp, clone from an existing alive cluster using pg_basebackup
|
# with an empty/absent timestamp, clone from an existing alive cluster using pg_basebackup
|
||||||
# clone:
|
# clone:
|
||||||
# uid: "efd12e58-5786-11e8-b5a7-06148230260c"
|
# uid: "efd12e58-5786-11e8-b5a7-06148230260c"
|
||||||
# cluster: "acid-batman"
|
# cluster: "acid-batman"
|
||||||
# timestamp: "2017-12-19T12:40:33+01:00" # timezone required (offset relative to UTC, see RFC 3339 section 5.6)
|
# timestamp: "2017-12-19T12:40:33+01:00" # timezone required (offset relative to UTC, see RFC 3339 section 5.6)
|
||||||
# s3_wal_path: "s3://custom/path/to/bucket"
|
# s3_wal_path: "s3://custom/path/to/bucket"
|
||||||
|
|
||||||
# run periodic backups with k8s cron jobs
|
# run periodic backups with k8s cron jobs
|
||||||
# enableLogicalBackup: true
|
# enableLogicalBackup: true
|
||||||
# logicalBackupSchedule: "30 00 * * *"
|
# logicalBackupSchedule: "30 00 * * *"
|
||||||
maintenanceWindows:
|
maintenanceWindows:
|
||||||
- 01:00-06:00 #UTC
|
- 01:00-06:00 #UTC
|
||||||
- Sat:00:00-04:00
|
- Sat:00:00-04:00
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue