File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,4 +18,10 @@ stringData:
1818 max_wal_senders=50
1919 max_replication_slots=50
2020 # shared_buffers=258MB
21+ # Required for PostgreSQL 17's failover logical replication slot sync
22+ hot_standby_feedback=on
23+ sync_replication_slots=on
24+ {{- with .Values.pgoutbox.synchronizedStandbySlots }}
25+ synchronized_standby_slots='{{ . }}'
26+ {{- end }}
2127 {{- end }}
Original file line number Diff line number Diff line change 1010 version : " {{ .Values.settings.db.version }}"
1111 replicas : 3
1212 storageType : Durable
13+ {{- if .Values.pgoutbox.enabled }}
14+ # Required for PostgreSQL 17's failover logical replication slot sync
15+ replication :
16+ walLimitPolicy : ReplicationSlot
17+ maxSlotWALKeepSize : -1
18+ {{- end }}
1319 storage :
1420 storageClassName : {{ .Values.global.infra.storageClass.name }}
1521 accessModes :
You can’t perform that action at this time.
0 commit comments