MySQL NDB cluster 7.6.13 dump restore failing when "mysql" DB is included in the mysqldump
Use Case:
Upgrade MySQL NDB cluster 7.2.33 to MySQL NDB cluster 7.6.13 (upgrade path: MySQL 7.2.33 > 7.4.23 > MySQL 7.6.13)
Observations:
- mysqldump/restore works on 7.2.33 with only one error ( Table 'ndb_apply_status' is read only)
- Upgrading from MySQL 7.2.33 to 7.4.23 goes smoothly and no issues have been observed.
- Upgrading from 7.4.23 to 7.6.13 goes fine, mysql starts up normally, tables can be updated without issue before restore. Once restore fails, mysql shows empty tables which gets read-only after restore
- The issue starts when a dump is restored where the dump contains the “mysql” DB. When excluding this DB from the dump, dump restore has no issues. (for errors please see attached log file mysql-dump-restore-7.6.13-error-logl.txt and error.log).
0