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 ba456c8 commit f1b513eCopy full SHA for f1b513e
sanitizer/src/start.sh
@@ -23,6 +23,7 @@ backup_roles_file=${backup_file}_roles.out
23
echo "starting postgres..."
24
rm -rf "${PGDATA}"
25
26
+mkdir -p /etc/postgresql
27
cat > /etc/postgresql/postgresql.conf <<EOL
28
listen_addresses = '*'
29
max_connections = 100
0 commit comments