Remove BACKUP_DATABASES from management .env — backup script auto-discovers from postgres
This commit is contained in:
parent
f14e06b401
commit
2343c8eff9
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue