Skip to content

Commit 7918b72

Browse files
authored
fix: include custom overrides config in AIO (#1014)
1 parent e796aad commit 7918b72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/all-in-one/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ function setup_postgres {
106106
# TODO (darora): walg enablement is temporarily performed here until changes from https://github.com/supabase/postgres/pull/639 get picked up
107107
# other things will still be needed in the future (auth_delay config)
108108
sed -i \
109+
-e "s|#include = '/etc/postgresql-custom/custom-overrides.conf'|include = '/etc/postgresql-custom/custom-overrides.conf'|g" \
109110
-e "s|#include = '/etc/postgresql-custom/wal-g.conf'|include = '/etc/postgresql-custom/wal-g.conf'|g" \
110111
-e "s|shared_preload_libraries = '\(.*\)'|shared_preload_libraries = '\1, auth_delay'|" \
111112
-e "/# Automatically generated optimizations/i auth_delay.milliseconds = '3000'" \

0 commit comments

Comments
 (0)