Hello @M00n1 ,
Welcome to Percona! Yes, you can do this. Percona MySQL is a drop-in replacement for Community MySQL. Here’s what you need to do:
- Stop existing mysql
- Remove mysql packages (this does not remove data)
- install Percona XtraDB Cluster package for same exact version you were running
- Configure wsrep parameters in my.cnf
- Start PXC on this node in bootstrap mode
- create node2. install pxc packages. configure my.cnf. start mysql normally. it will join node1 and sync the dataset.
- repeat for node3