Files
postgres15primary/config.sh

5 lines
212 B
Bash
Raw Permalink Normal View History

2025-10-23 12:08:22 +00:00
#!/usr/bin/env bash
echo "include_if_exists = '/config/primary.conf'" >> /var/lib/postgresql/data/postgresql.conf
echo "host replication ${REPLICATOR_USER:-all} all md5" >> /var/lib/postgresql/data/pg_hba.conf