Skip to content

Commit 2d0bb05

Browse files
authored
chore: remove dblink (#854)
1 parent e168b83 commit 2d0bb05

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docker/all-in-one/entrypoint.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ function report_health {
179179
fi
180180
}
181181

182+
function run_prelaunch_hooks {
183+
if [ -f "/etc/postgresql-custom/supautils.conf" ]; then
184+
sed -i -e 's/dblink, //' "/etc/postgresql-custom/supautils.conf"
185+
fi
186+
}
187+
182188
function start_supervisor {
183189
# Start health reporting
184190
report_health &
@@ -293,5 +299,6 @@ if [ "${PLATFORM_DEPLOYMENT:-}" == "true" ]; then
293299
fi
294300

295301
touch "$CONFIGURED_FLAG_PATH"
302+
run_prelaunch_hooks
296303
start_supervisor
297304
push_lsn_checkpoint_file

0 commit comments

Comments
 (0)