Skip to Main Content

How to handle data migration refreshing to MySQL InnoDB cluster

user619241Feb 22 2021

I need to handle existing MySQL database migration to MySQL InnoDB cluster. The existing MySQL database are still changing on daily basis. There is no way to replication from existing MySQL database to new InnoDB cluster. The MySQL versions are incompatible - the existing MySQL database is on early 5.x, the new InnoDB database is on 8.x. I plan to do one-time bulk data loading to InnoDB cluster from existing database. How do I keep refreshing new InnoDB data from existing MySQL database?
Thank you!
Xinhuan

Comments
Post Details
Added on Feb 22 2021
2 comments
26 views