File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ function setup_postgres {
106
106
# TODO (darora): walg enablement is temporarily performed here until changes from https://github.com/supabase/postgres/pull/639 get picked up
107
107
# other things will still be needed in the future (auth_delay config)
108
108
sed -i \
109
+ -e " s|#include = '/etc/postgresql-custom/custom-overrides.conf'|include = '/etc/postgresql-custom/custom-overrides.conf'|g" \
109
110
-e " s|#include = '/etc/postgresql-custom/wal-g.conf'|include = '/etc/postgresql-custom/wal-g.conf'|g" \
110
111
-e " s|shared_preload_libraries = '\(.*\)'|shared_preload_libraries = '\1, auth_delay'|" \
111
112
-e " /# Automatically generated optimizations/i auth_delay.milliseconds = '3000'" \
You can’t perform that action at this time.
0 commit comments