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 22be1c4 commit 1f52baaCopy full SHA for 1f52baa
nix/tools/run-server.sh.in
@@ -49,9 +49,6 @@ cp "$READREPL_CONFIG_FILE" "$DATDIR/read-replica.conf"
49
cp -r "$EXTENSION_CUSTOM_SCRIPTS" "$DATDIR"
50
sed "s|supautils.privileged_extensions_custom_scripts_path = '/etc/postgresql-custom/extension-custom-scripts'|supautils.privileged_extensions_custom_scripts_path = '$DATDIR/extension-custom-scripts'|" "$SUPAUTILS_CONFIG_FILE" > "$DATDIR/supautils.conf"
51
sed -e "1i\\
52
-dynamic_shared_memory_type = mmap\\
53
-shared_buffers = '64MB'\\
54
-max_connections = 20\\
55
include = '$DATDIR/supautils.conf'" \
56
-e "\$a\\
57
pgsodium.getkey_script = '$PGSODIUM_GETKEY_SCRIPT'" \
psqlbin
0 commit comments