Back to Changelog
Panel Backend
v1.0.473
Fixes a data-loss bug in server backup restore and hardens local CLI sessions.
Improvement
1- Added an automatic startup check that repairs stale DNS zone files left behind by a restore performed with an older server version, so existing customers self-heal without manual action.
Bug Fixes
3- Fixed a bug where restoring a server backup could silently drop DNS records that were added after the backup was taken. The DNS zone file is now regenerated from the database (and reloaded) right after a restore, instead of being left at the backed-up state.
- The panelica CLI now logs in as root automatically without requiring a password, using a secure local token instead of the panel password.
- Local CLI sessions on the server no longer get logged out by concurrent-login-prevention when an administrator is also logged in from a browser on a different IP.