vikunja/pkg/modules/dump
kolaente c2cf5ba1c5 fix(restore): validate migration data before wiping database
Move archive validation (migration file existence and slice bounds
check) before the database wipe. Previously a malformed archive
would first destroy the database and then panic, leaving the
instance in an irrecoverable state with total data loss.

Now the migration data is fully parsed and validated before any
destructive operations occur.
2026-02-25 13:01:00 +01:00
..
dump.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
restore.go fix(restore): validate migration data before wiping database 2026-02-25 13:01:00 +01:00
restore_test.go fix "null" in project views (#1158) 2025-07-22 17:43:04 +00:00