What's new
Support for tables with backticks in their names. You should never create database tables or columns with backticks in their names, but if you do, you can now use include them in your backup without breaking restoration.PHP 8.4 strict compatibility work. A number of non-urgent deprecation notices showing up under PHP 8.4 have been addressed, future-proofing the backup and restoration code.
Bug fixes and minor improvements.
Changelog
New features
- Support for tables with backticks in their names
Bug fixes
- [HIGH] CLI restoration: error about the DB port being out of range
- [HIGH] Restoration: lack of otherwise optional mbstring would result in an error
- [MEDIUM] Some configuration settings are inherited from the default profile when a profile is reset or created afresh
- [MEDIUM] System - Page Cache prevents the JSON API from working properly on some sites
Miscellaneous changes
- Restoration: Eliminate deprecation notices under PHP 8.4