This commit is contained in:
Bernhard Radermacher
2025-10-23 12:08:22 +00:00
parent b2c0ad1ae7
commit 6e598e489b
6 changed files with 500 additions and 1 deletions

4
config.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/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