We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b986ab commit 47de0d1Copy full SHA for 47de0d1
1 file changed
rootfs/docker-entrypoint-initdb.d/003_restore_from_backup.sh
@@ -5,6 +5,7 @@ wal_level = archive
5
archive_mode = on
6
archive_command = 'envdir "${WALG_ENVDIR}" wal-g wal-push %p'
7
archive_timeout = 60
8
+max_connections = 1024
9
EOF
10
11
# ensure $PGDATA has the right permissions
@@ -36,6 +37,7 @@ archive_mode = on
36
37
38
39
listen_addresses = '*'
40
41
42
cat << EOF > "$PGDATA/pg_hba.conf"
43
# "local" is for Unix domain socket connections only
0 commit comments