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:
@@ -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..."
|
||||||
|
|||||||
Reference in New Issue
Block a user