setup bootstrap from backup config.
This commit is contained in:
parent
9dc757ba15
commit
f241bdaf4d
1 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,9 @@ spec:
|
|||
storageClass: ceph-block
|
||||
superuserSecret:
|
||||
name: cloudnative-pg-secret
|
||||
bootstrap:
|
||||
recovery:
|
||||
source: &previousCluster postgres-v3
|
||||
postgresql:
|
||||
parameters:
|
||||
max_connections: "600"
|
||||
|
@ -25,8 +28,6 @@ spec:
|
|||
monitoring:
|
||||
enablePodMonitor: true
|
||||
backup:
|
||||
recovery:
|
||||
source: &previousCluster postgres-v3
|
||||
retentionPolicy: 30d
|
||||
barmanObjectStore:
|
||||
wal:
|
||||
|
|
Reference in a new issue