Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338380f commit 8b5dfedCopy full SHA for 8b5dfed
docker/mnt/init-permissions.sh
@@ -5,4 +5,6 @@ echo "host replication $POSTGRES_USER 0.0.0.0/0 trust" >> $PGDATA/pg_hba.conf
5
echo "shared_preload_libraries = 'pg_stat_statements'" >> $PGDATA/postgresql.conf
6
echo "pg_stat_statements.max = 10000" >> $PGDATA/postgresql.conf
7
echo "pg_stat_statements.track = all" >> $PGDATA/postgresql.conf
8
-echo "wal_level=logical" >> $PGDATA/postgresql.conf
+echo "wal_level=logical" >> $PGDATA/postgresql.conf
9
+echo "max_replication_slots=5" >> $PGDATA/postgresql.conf
10
+echo "max_wal_senders=5" >> $PGDATA/postgresql.conf
0 commit comments