I am currently running MySQL 5.0.x and would like to move to the latest Percona Server 5.1 version. However, from what I understand, it has to be done through SQL dump files. This could take quite sometime due to the size of the databases I am running.
Is there any way to do the upgrade without the need to SQL dump files so the upgrade finishes faster and thus less downtime?
Thanks!