Categories
linux tech

Master-Master Replication in Active-Passive mode

Yup, as the post title says I am currently undertaking a project to provide a “hot spare” web application server using MySQL replication.

The solution will use the hot spare (or “passive” server) for scale-out of certain classes of read-writes from the “active” server. Replication is being done from the “active” to “passive” and vice-versa. The IP address tied to the domain name of the web server will fail-over to the hot spare in the event of a disaster.

The failover will use the Heartbeat package. It’s all kinda fun and the Heartbeat stuff is new to me so it is a new thing to learn.

What’s best is that I have end-to-end responsibility for this project. This means that I designed the solution and will implement it and maintain it. More on how I get on soon.

One reply on “Master-Master Replication in Active-Passive mode”

Hi,
Did you complete your project? Have you blogged about your implementation?
Please send me the link to the blog if any.
Thanks!

Leave a Reply to Svittal Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.