fix: add error handling for missing dump file in migration script and update logging for migration step

This commit is contained in:
Anish Sarkar 2026-02-27 04:06:01 +05:30
parent 3e29ae37fa
commit ccae5ffeb1
2 changed files with 3 additions and 1 deletions

View file

@ -132,7 +132,7 @@ wait_for_pg() {
success "${label} is ready."
}
step "Migrating data from legacy database (PostgreSQL 14 → 17)"
info "Migrating data from legacy database (PostgreSQL 14 → 17)"
# ── Step 0: Pre-flight checks ─────────────────────────────────────────────────
step "0" "Pre-flight checks"