Back to Changelog
Panel Backend
v1.0.466
Database backup and restore now preserve the original user password hash.
Improvement
1- Backup/restore now matches the same hash-preservation behavior already used by live server-to-server migration.
Bug Fixes
2- Server backups now capture each MySQL database user auth plugin and password hash, resolving the owning user via schema privileges for naming-convention databases.
- Restore now recreates a database user with its original password hash when the plaintext password cannot be recovered, instead of generating a random password that broke application logins.