fix(backup): kreisel/mukke/viadocu in db_user_for_container ergänzen
Some checks are pending
CD Mac Mini / Detect Changes (push) Waiting to run
CD Mac Mini / Deploy (push) Blocked by required conditions
CI / Detect Changes (push) Waiting to run
CI / Validate (push) Waiting to run
CI / Build mana-search (push) Blocked by required conditions
CI / Build mana-sync (push) Blocked by required conditions
CI / Build mana-api-gateway (push) Blocked by required conditions
CI / Build mana-crawler (push) Blocked by required conditions
Mirror to Forgejo / Push to Forgejo (push) Waiting to run

Diese drei Container failten still bei der DB-Enumeration (Default-User
`postgres` existiert dort nicht → `:list`-Fail), wurden also nie
gebackupt. Echte Superuser verifiziert: kreisel→kreisel (mana_kreisel),
mukke→mukke (mana_mukke), viadocu→viadocu (viadocu).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-05-23 13:52:26 +02:00
parent 0fa84a919b
commit f8f2d4586a

View file

@ -78,6 +78,9 @@ db_user_for_container() {
pageta-postgres) echo "pageta" ;;
uload-postgres) echo "uload" ;;
comicello-postgres) echo "comicello" ;;
kreisel-postgres) echo "kreisel" ;;
mukke-postgres) echo "mukke" ;;
viadocu-postgres) echo "viadocu" ;;
mana-infra-postgres) echo "postgres" ;;
*) echo "postgres" ;;
esac