From dc71d78d7dab398ff3c213b127a668ee88aca024 Mon Sep 17 00:00:00 2001 From: sysops Date: Tue, 17 Mar 2026 12:41:05 +0100 Subject: [PATCH] chore: migrate-Block aus update.sh entfernt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit archivmail kennt keinen migrate-Subcommand – der Block hat immer nur warn ausgegeben und nichts getan. Co-Authored-By: Claude Sonnet 4.6 --- update.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/update.sh b/update.sh index c9b9b93..8d59fe6 100755 --- a/update.sh +++ b/update.sh @@ -103,14 +103,6 @@ if [[ -d "$BUILD_DIR/public" ]]; then fi 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 ─────────────────────────────────────────────────────── info "Starte Dienste..."