We are looking to upgrade our production mysql/innodb database to xtradb. I'm trying to find the optimal way to do this with minimal downtime.
Our current setup is:
- mysql 5.0.51a-3ubuntu5.5
- built-in innodb (not innodb plugin)
- master -> slave replication
- 80+ tables
- 5+ tables with 10m+ rows
We want to move to:
- Percona Server with XtraDB
What's the best way to make this transition with minimal downtime?
Will we need to start our replication from scratch?
Any tutorials or guides that would help?
Thanks in advance!
- James Smith
Our current setup is:
- mysql 5.0.51a-3ubuntu5.5
- built-in innodb (not innodb plugin)
- master -> slave replication
- 80+ tables
- 5+ tables with 10m+ rows
We want to move to:
- Percona Server with XtraDB
What's the best way to make this transition with minimal downtime?
Will we need to start our replication from scratch?
Any tutorials or guides that would help?
Thanks in advance!
- James Smith

Comment