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 f0f7ed7 commit 63b8392Copy full SHA for 63b8392
docker/sql_setup.sh
@@ -64,6 +64,7 @@ port = 5433
64
ssl = on
65
ssl_cert_file = 'server.crt'
66
ssl_key_file = 'server.key'
67
+wal_level = logical
68
EOCONF
69
70
cat > "$PGDATA/pg_hba.conf" <<-EOCONF
@@ -82,6 +83,7 @@ host all ssl_user ::0/0 reject
82
83
84
# IPv4 local connections:
85
host all postgres 0.0.0.0/0 trust
86
+host replication postgres 0.0.0.0/0 trust
87
# IPv6 local connections:
88
host all postgres ::0/0 trust
89
# Unix socket connections:
0 commit comments