Page 1 of 1

[Request] Vestacp replication

Posted: Sun Sep 07, 2014 8:00 am
by Neil
Hi,

I have two servers, ServerA and ServerB.

ServerA is the main production server, I want ServerB to replicate ServerA. In case ServerA is down, I can route my domains to ServerB. This makes sure my service has high availability .

Fow now I can use mysql replication to synchronize the databases between ServerA and ServerB.
https://dev.mysql.com/doc/refman/5.0/en ... ation.html

What else is needed to sync between from them?

For example I may use rsync to sync the files, but I can not figure out which files are necessary to sync.

Can anyone tell me ?