From 2343c8eff983ffc45ecae2b2c6f27df6e1bb6b92 Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Tue, 14 Jul 2026 11:49:50 +0000 Subject: [PATCH] =?UTF-8?q?Remove=20BACKUP=5FDATABASES=20from=20management?= =?UTF-8?q?=20.env=20=E2=80=94=20backup=20script=20auto-discovers=20from?= =?UTF-8?q?=20postgres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install-stack.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install-stack.sh b/install-stack.sh index 9514110..5e10d08 100755 --- a/install-stack.sh +++ b/install-stack.sh @@ -795,7 +795,6 @@ AUTH_URL=http://10.10.10.101:3001 SETTINGS_URL=http://10.10.10.116:3080 SETTINGS_SECRET=${SETTINGS_SECRET} PG_SUPERPASS=${PG_SUPERPASS} -BACKUP_DATABASES=auth_db noticeboard_db cashup_db hk_planner_db twin_optimiser_db room_planner_db maintenance_db forecasting_db rates_db settings_db EOF pct exec 105 -- bash -c "cd /opt/management && docker compose up -d --build" &>/dev/null