My question is simple :
- I have 2 servers, both are identical with proxy, apache, MariaDB,...etc.
- I have one IP Failover : the IP is routing to my first server but if this server falls down I will change the routing to the second server.
I try to install MariaDB Galera Cluster but is there a real advantage ?
In fact, I would like to know what kind of replication I have to use for MariaDB between both server for my use :
- MariaDB Galera Cluster
- Standard replication Master-Master
- Standard replication Master-Slave
And why ?
Thank you.