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
|
storageClass: ceph-block
|
||||||
superuserSecret:
|
superuserSecret:
|
||||||
name: cloudnative-pg-secret
|
name: cloudnative-pg-secret
|
||||||
|
bootstrap:
|
||||||
|
recovery:
|
||||||
|
source: &previousCluster postgres-v3
|
||||||
postgresql:
|
postgresql:
|
||||||
parameters:
|
parameters:
|
||||||
max_connections: "600"
|
max_connections: "600"
|
||||||
|
@ -25,8 +28,6 @@ spec:
|
||||||
monitoring:
|
monitoring:
|
||||||
enablePodMonitor: true
|
enablePodMonitor: true
|
||||||
backup:
|
backup:
|
||||||
recovery:
|
|
||||||
source: &previousCluster postgres-v3
|
|
||||||
retentionPolicy: 30d
|
retentionPolicy: 30d
|
||||||
barmanObjectStore:
|
barmanObjectStore:
|
||||||
wal:
|
wal:
|
||||||
|
|
Reference in a new issue