From c6fea5ba017342f97b90540615c133ed8ce04b70 Mon Sep 17 00:00:00 2001 From: ChanHongMing <91173675+ChanHongMing@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:51:10 +0800 Subject: [PATCH] Add stop_postgres function call in start script --- start | 1 + 1 file changed, 1 insertion(+) diff --git a/start b/start index 08e1956e..c6c8c161 100644 --- a/start +++ b/start @@ -35,6 +35,7 @@ function main() { init_horizon copy_pgpass + stop_postgres # run migrations if enabled (postgres is still running here) run_migrations