Skip to content

Commit 454dc8d

Browse files
committed
Removed uncesssary
1 parent c6fc6d3 commit 454dc8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/10_primary.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,3 @@ CONF="${PGDATA}/postgresql.conf"
3434
sed -i -e"s/^#wal_level.*$/wal_level=replica/" ${CONF}
3535
sed -i -e"s/^#max_wal_senders.*$/max_wal_senders=10/" ${CONF}
3636
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

Comments
 (0)