chore: migrate-Block aus update.sh entfernt

archivmail kennt keinen migrate-Subcommand – der Block hat immer nur warn ausgegeben und nichts getan.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sysops
2026-03-17 12:41:05 +01:00
parent f00ebbe733
commit dc71d78d7d
-8
View File
@@ -103,14 +103,6 @@ if [[ -d "$BUILD_DIR/public" ]]; then
fi fi
log "Frontend eingespielt" log "Frontend eingespielt"
# ── Datenbankmigrationen (falls vorhanden) ────────────────────────────────
if [[ -f "$BIN_DIR/archivmail" ]]; then
info "Führe Datenbankmigrationen durch..."
"$BIN_DIR/archivmail" migrate 2>/dev/null && log "Migrationen abgeschlossen" \
|| warn "Kein migrate-Befehl oder keine Migrationen nötig"
fi
# ── Dienste starten ─────────────────────────────────────────────────────── # ── Dienste starten ───────────────────────────────────────────────────────
info "Starte Dienste..." info "Starte Dienste..."