From 6c13308cf44906ef0f44d3947daca6d0fe9e04db Mon Sep 17 00:00:00 2001 From: Till JS Date: Mon, 18 May 2026 15:40:46 +0200 Subject: [PATCH] =?UTF-8?q?backup-cron:=20uload-postgres=20+=20comicello-p?= =?UTF-8?q?ostgres=20user-mapping=20(Nachz=C3=BCgler=20zu=20bbebb0490)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/mac-mini/backup-databases.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/mac-mini/backup-databases.sh b/scripts/mac-mini/backup-databases.sh index a3f6c69dd..e17bcee02 100755 --- a/scripts/mac-mini/backup-databases.sh +++ b/scripts/mac-mini/backup-databases.sh @@ -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