Back to Changelog
v1.0.338
Fix MariaDB to MySQL 8 migration import crash on DEFAULT curdate() syntax
Improvement
1- /services dashboard load time improved from ~8s to under 1s by eliminating docker-shim PHP cold-start on each request
Bug Fixes
3- Migration DB import no longer crashes with ERROR 1064 when importing MariaDB 11.4 dumps containing DEFAULT curdate() syntax (incompatible with MySQL 8)
- sanitizeFunctionDefaults() added to preprocessDumpForMySQL8() — rewrites bare function defaults (curdate(), now(), uuid()) to MySQL 8 parenthesized form
- Migration pipeline: admin-reserved source username (admin, root, administrator) is now remapped to u_admin prefix to prevent import failures