We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fc6d3 commit 454dc8dCopy full SHA for 454dc8d
scripts/10_primary.sh
@@ -34,6 +34,3 @@ CONF="${PGDATA}/postgresql.conf"
34
sed -i -e"s/^#wal_level.*$/wal_level=replica/" ${CONF}
35
sed -i -e"s/^#max_wal_senders.*$/max_wal_senders=10/" ${CONF}
36
sed -i -e"s/^#max_replication_slots.*$/max_replication_slots=10/" ${CONF}
37
-
38
-# Add the replication user to pg_hba.conf
39
-echo "host ${POSTGRES_REPLICATION_USER} all 0.0.0.0/0 scram-sha-256" >> "${PGDATA}/pg_hba.conf"
0 commit comments