mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-28 14:17:43 +02:00
chore(analytics): Umami aus mac-mini-Ops-Scripts (DB-Loop, Container-Liste, Doku)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3ea8703a94
commit
100543b316
4 changed files with 2 additions and 4 deletions
|
|
@ -146,7 +146,7 @@ log "Containers running: $RUNNING"
|
|||
|
||||
# ─── Create missing databases ───
|
||||
log "Ensuring databases exist..."
|
||||
for db in mana_auth mana_credits chat todo calendar clock contacts storage umami; do
|
||||
for db in mana_auth mana_credits chat todo calendar clock contacts storage; do
|
||||
docker exec mana-infra-postgres psql -U postgres -c "CREATE DATABASE $db;" 2>/dev/null || true
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue