So I'm currently running a MySQL 5.1 database, with the following specs:
- Proc: Intel(R) Xeon(R) CPU E5-1620 0 @ 3.60GHz
- RAM: 64 Go
- disks: 2x 100 Go SSD (RaidSoft)
I'm planning to migrate my physical server as well as my mysql server to a percona server 5.6.
I'm using a Proxmox cluster for the rest of my infrastructure therefore I'd like to put my new MySQL server in a dedicated openvz container (only one on the host).
I already successeed to setup this and it seems to work well, however I'm still wondering if it is a good idea.
Any feedbacks?