postgres: set up external hot replication

This commit is contained in:
2026-02-22 12:16:05 -05:00
parent 472c2cdec6
commit f93e70b3c1
2 changed files with 44 additions and 1 deletions

View File

@@ -66,4 +66,22 @@ spec:
login: true
superuser: true
passwordSecret:
name: pgbouncer-auth-query
name: pgbouncer-auth-query
- name: streaming_replica
ensure: present
comment: weyma-pgsql02 replica
login: true
replication: true
passwordSecret:
name: streaming-replica-auth
replicationSlots:
highAvailability:
enabled: true
additionalSlots:
- name: external_replica
type: physical
postgresql:
pg_hba:
- host replication streaming_replica 10.105.6.199/32 scram-sha-256