DRBD with MySQL
- by tdimmig
Question about using DRBD to provide HA for MySQL.
I need to be sure that my backup MySQL instance is always going to be in a functional state when the failover occurs. What happens, for example, if the primary dies part way through committing a transaction?
Are we going to end up with data copied to the secondary that mysql can't handle? …