I am using pgcluster-1.9.0rc7 with centos 5.4 In my test environment, I had two physic servers A and B
A runs Replicator, and Cluster DB1 B runs Cluster DB2 The replication works fine, when I start Replicator-> DB1 -> DB2 in order. But when I stop DB2, and insert some row in DB1. then restart DB2 with pg_ctl start -D PG_DATA -o -R the rsync works fine, after DB2 recovered, DB1 abd DB2 has the same data. But when I insert new data in DB1 or DB2, the replication will not work anymore. I had to restart DB1,DB2, adn Replicator so that replication can work again. Is this the normal behavior, the pgCluster has? Do I need to restart every service,when I recover any one of the failed cluster DB?
_______________________________________________ Pgcluster-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgcluster-general
