I have a WordPress site running in a dedicated server in hosting A and I would like to keep it synchronized with a copy in another hosting server for fail over protection. Is that possible?
Leave a Reply
You must be logged in to post a comment.
I have a WordPress site running in a dedicated server in hosting A and I would like to keep it synchronized with a copy in another hosting server for fail over protection. Is that possible?
You must be logged in to post a comment.
I’ve been doing this successfully with csync and an NDB cluster for years…
Re other solutions:
You can mirror the database and the file-system. For File-system you can use rsync, and for the database, for example that level 😉 http://www.mysql.com/products/cluster/
This should maybe be handled on a lower level. Have your webserver run on a virtual machine and distribute the container. They call this “cloud” nowadays.
Doing MySQL replication isn’t the easiest thing in the world,, and requires another server somewhere.
I’d be tempted by something like VaultPress (http://vaultpress.com/features/), even if it doesn’t provide true hot stand-by failover.