On 06 Apr 2011, at 11:51 AM, Alex Sandstrom wrote: > So I'm starting to implement this right now, and I'm just curious as the best > way to go about it.. I went through the Baruwa setup as normal on the first > server, creating the DB, etc, it's up and running.. Now, what is the best way > to implement the second server? Is there anything I need to do differently, > such as skipping syncdb?
But if you are going which one server, setup the first one with syncdb and then on the second do not run syncdb just point it to the db. I would do it differently if i were you with 2 servers. I would setup each server to log to its local own local mysql server, then setup multi master replication between the two db's - Andrew -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

