This forum is no longer active. Please post your questions to our new community site
Synchronizing multiple Wordpress sites
|
|
All, Is it possible to synchronize the contents of /opt/bitnami between three Wordpress installations that have the same URL? For example I have three contingency websites set up at my company that contain disaster recovery information. Each has the same URL dr.mycompany.com. DNS will round-robin resolution of dr.mycompany.com and I want the user to, when he gets to one of the three servers, to have consistent information. Any ideas in this direction would be a huge help. Thanks, |
|
|
Hi, You can try several options. 1. You can create a tarball of the /opt/bitnami folder and restore in any machine. You can find more info at http://wiki.bitnami.com/Native_Installers_Quick_Start_Guide#How_can_I_create_a_full_backup_of_a_Stack.3f 2. You can sync files with rsync. Stop the servers and sync the “mysql/data” and “apps/wordpress” files with rsync tool. 3. You can configure a database as a master and the other mysql databases as replications. I hope it helps. |

