Files
postgres15primary/config.sh
Bernhard Radermacher 6e598e489b wip
2025-10-23 12:08:22 +00:00

5 lines
212 B
Bash
Executable File

#!/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