mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-18 09:49:40 +02:00
backup-databases: lesen-postgres + seepuls + manameme nachgezogen
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
Memory `project_backup_cron_todo`: das Skript erkennt postgres- Container automatisch via `*postgres*`-Pattern, hat aber für jeden einen expliziten DB-User-Mapping in db_user_for_container(). Drei Container fehlten: seepuls-postgres, manameme-postgres, lesen-postgres — wurden bisher mit Default-User `postgres` versucht und schlugen still im Log fehl. Stand der LIVE-Container am 2026-05-17: cards-postgres, chorportal-prod-postgres, lesen-postgres, mana-infra-postgres, manameme-postgres, manaspur-postgres, nutriphi-postgres, seepuls-postgres, zitare-postgres Alle drei neuen User entsprechen dem App-Eigen-User-Pattern (Container-Name ohne `-postgres`-Suffix = App = DB-User).
This commit is contained in:
parent
6f9fb39556
commit
5c47de8dd2
1 changed files with 3 additions and 0 deletions
|
|
@ -71,6 +71,9 @@ db_user_for_container() {
|
|||
nutriphi-postgres) echo "nutriphi" ;;
|
||||
zitare-postgres) echo "zitare" ;;
|
||||
chorportal-prod-postgres) echo "chorportal" ;;
|
||||
seepuls-postgres) echo "seepuls" ;;
|
||||
manameme-postgres) echo "manameme" ;;
|
||||
lesen-postgres) echo "lesen" ;;
|
||||
mana-infra-postgres) echo "postgres" ;;
|
||||
*) echo "postgres" ;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue