I'm running MySQL 5.0 in production on CentOS. How do I migrate to Percona Server 5.1 safely?
The documentation of Percona Server doesn't include any information on migrating. Any help is greatly appreciated.
|
I'm running MySQL 5.0 in production on CentOS. How do I migrate to Percona Server 5.1 safely? The documentation of Percona Server doesn't include any information on migrating. Any help is greatly appreciated. |
|||
|
|
|
At a guess I'd say mysqldump your database from MySQL and reimport it into the Percona server. I don't know if you can just fire up Percona server pointed to the same datadir as MySQL. Might be worth investigating. |
|||||
|
|
The data files are compatible with percona server. You just need to start percona server mysqld and everything will work. Only when you enable some features (like extra rollback segments) on percona server, you might not be able to go back to mysql. but you rarely need to change this parameter. |
|||
|
|
|
It's pretty much the same upgrade path from 5.0 to 5.1, of course to make better use of Percona enhancements you should consult the wiki. |
|||
|
|