We have moved to working from home, and our CRM solutions is a LAMP application and we want to provide an HA environment. (We are currently running on a single server using a VPN to access it. )
I have set up the following environment as a Lab and all works really well until one site loses connectivity. Both databases stop taking connectivity, I understand this is a design of Galera cluster with only two nodes, there is an option using their Arbitrator to help with 2 nodes, But this will only keep one instance alive.
Is there a mysql or mariadb solution that will allow both server to keep running and resynchronise after the connection is restored? I know that this is a possible slit brain issue, but we would be happy with the last edit on a field (or possible record) take precedence.
Any suggestion very much welcome, Or if it is not possible, would rather know now, than waste more time!
Thanks Pete
I have set up the following environment as a Lab and all works really well until one site loses connectivity. Both databases stop taking connectivity, I understand this is a design of Galera cluster with only two nodes, there is an option using their Arbitrator to help with 2 nodes, But this will only keep one instance alive.
Is there a mysql or mariadb solution that will allow both server to keep running and resynchronise after the connection is restored? I know that this is a possible slit brain issue, but we would be happy with the last edit on a field (or possible record) take precedence.
Any suggestion very much welcome, Or if it is not possible, would rather know now, than waste more time!
Thanks Pete