I'm about to do a platform move on a Zabbix 4.4 installation from an old Ubuntu 16 box to a new Alma 8 box (to then subsequently be upgraded to 6.0 in due course). I ideally need to complete the migration within an overnight maintenance window of ~6 hours, and at the moment the MySQL import is taking around 7.5 hours. I need to move approx 150GBytes of data, over 90% of which is History data.
One of the avenues I'm exploring is whether I can move all the other tables during the transfer window, and then leave the history import running in the background as a separate import into the next day once the box is back online. Does anybody know if this is feasible to do?
Incidentally f any has any other tips for speeding up DB migration I'd love to hear them too. I've already done some work to optimise MySQL (for example increasing the InnoDB buffer pool). I've also looked into using Percona Xtrabackup as an alternative to native MySQL tools, although it looks as though the latest version available for U16 has an unfixed bug that results in the export crashing on compressed tales.
One of the avenues I'm exploring is whether I can move all the other tables during the transfer window, and then leave the history import running in the background as a separate import into the next day once the box is back online. Does anybody know if this is feasible to do?
Incidentally f any has any other tips for speeding up DB migration I'd love to hear them too. I've already done some work to optimise MySQL (for example increasing the InnoDB buffer pool). I've also looked into using Percona Xtrabackup as an alternative to native MySQL tools, although it looks as though the latest version available for U16 has an unfixed bug that results in the export crashing on compressed tales.

) ..
Comment