How do you move your web servers to another location with no downtime?The answer: the magic of MySQL Master-Master Replication
So, we are in the process of moving our web servers to another location. As usual, we would prefer to move them without anyone really noticing. What we have done is set up a skeleton of web servers in the new location as well as one database server.
Now the trick is, to move without anyone knowing it AND that everything else continues working. In this example, the original location has servers that query the database if [Read more...]