We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba77f6 commit c487c8fCopy full SHA for c487c8f
10-config.sh
@@ -7,7 +7,7 @@ echo "max_connections = $MAX_CONNECTIONS" >> "$PGDATA/postgresql.conf"
7
8
# We set master replication-related parameters for both slave and master,
9
# so that the slave might work as a primary after failover.
10
-echo "wal_level = hot_standby" >> "$PGDATA/postgresql.conf"
+echo "wal_level = replica" >> "$PGDATA/postgresql.conf"
11
echo "wal_keep_segments = $WAL_KEEP_SEGMENTS" >> "$PGDATA/postgresql.conf"
12
echo "max_wal_senders = $MAX_WAL_SENDERS" >> "$PGDATA/postgresql.conf"
13
# slave settings, ignored on master
0 commit comments