backup-cron: uload-postgres + comicello-postgres user-mapping (Nachzügler zu bbebb0490)
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

This commit is contained in:
Till JS 2026-05-18 15:40:46 +02:00
parent bbebb04904
commit 6c13308cf4

View file

@ -76,6 +76,8 @@ db_user_for_container() {
moodlit-postgres) echo "moodlit" ;;
herbatrium-postgres) echo "herbatrium" ;;
pageta-postgres) echo "pageta" ;;
uload-postgres) echo "uload" ;;
comicello-postgres) echo "comicello" ;;
mana-infra-postgres) echo "postgres" ;;
*) echo "postgres" ;;
esac