Back to Changelog
Panel Backend
v1.0.456
Fixed a critical migration bug that could silently delete a live database during re-migration.
Bug Fixes
4- Fixed a critical migration bug where re-running or resyncing an already-migrated site could silently drop the live MySQL database and its user while reporting success.
- Duplicate detection now runs before any MySQL changes are made during re-migration.
- Rollback on a failed migration run now only removes objects created by that failed run, never pre-existing live data.
- Re-running a migration now restores a missing database user with its original password and privileges, repairing partially-damaged states.