mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-24 03:56:41 +02:00
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
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:
parent
0fa84a919b
commit
f8f2d4586a
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue