Hi, I recomend to use 3 cluster DBs (with load balancer), wen you want to use recovery function. Sincce, during recovery process, Master DB and target DB would not be accessed from outside.
And the read-write mode is prepared for the single master and slave configration. Baisically, the recovery function is not work with single-master configration, since it requires multi-master configration. Therefore, I recomend to use read-only mode when you want to use recovery function. Rgards, ------------ At.Mitani On Mon, 21 Jan 2008 10:29:43 +0700 "Ryan Fabella" <[EMAIL PROTECTED]> wrote: > i have try pgcluster, it's run well on most scenario. but i have > scenario like this. > > server A : LB, REP, cluster on site A > server B : LB,REP,cluster on site B > > if let say my server A is down then i try to recover using rsync is OK. > but the problem when i set cluster A > > <When_Stand_Alone> read_write > </When_Stand_Alone> > > then it could to save. > > i want to synchronize A and B without replacing database A but also > update database B with new data from A. > thanks for your help > > > > Best Regards, > > Ryan Fabella > _______________________________________________ > Pgcluster-general mailing list > [email protected] > http://pgfoundry.org/mailman/listinfo/pgcluster-general -- At.Mitani <[EMAIL PROTECTED]> _______________________________________________ Pgcluster-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgcluster-general
