Fix BACKUP_DATABASES: correct hk_planner_db name, add all deployed databases

This commit is contained in:
jtricerolph 2026-07-14 11:37:51 +00:00
parent 4f4f29720d
commit 5e7093c115

View file

@ -2,7 +2,7 @@ WEBHOOK_SECRET=CHANGE_ME_match_forgejo_webhook_secret
CENTRAL_AUTH_SECRET=CHANGE_ME_same_as_auth_service CENTRAL_AUTH_SECRET=CHANGE_ME_same_as_auth_service
AUTH_URL=http://10.10.10.101:3001 AUTH_URL=http://10.10.10.101:3001
PG_SUPERPASS=CHANGE_ME_postgres_superuser_password PG_SUPERPASS=CHANGE_ME_postgres_superuser_password
BACKUP_DATABASES=auth_db noticeboard_db cashup_db hk_db maintenance_db settings_db 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
SETTINGS_URL=http://10.10.10.116:3080 SETTINGS_URL=http://10.10.10.116:3080
SETTINGS_SECRET=CHANGE_ME_same_as_settings_service SETTINGS_SECRET=CHANGE_ME_same_as_settings_service
KUMA_PUSH_URL=http://localhost:3001/api/push/KUMA_TOKEN KUMA_PUSH_URL=http://localhost:3001/api/push/KUMA_TOKEN