Hi,
I am using slony 1.1.5 and postgres 8.1.3.
My Initial config
Node-1 as master
Node-2 as Slave
And When node1 goes down, i am running
FAILOVER (
ID = 1,
BACKUP NODE = 2); on node2.
ID = 1,
BACKUP NODE = 2); on node2.
So node2 starts taking the connections now.
If node1 comes back how will i make it join the cluster.
uninstall node (id=1);
store node (id=1,event node = 2, comment = 'Slave node');
store path (server = 2, client = 1, conninfo='dbname=$SLAVEDBNAME host=$MASTERHO
ST user=$REPLICATIONUSER');
subscribe set (id = 1, provider = 2, receiver = 1, forward = no);
store node (id=1,event node = 2, comment = 'Slave node');
store path (server = 2, client = 1, conninfo='dbname=$SLAVEDBNAME host=$MASTERHO
ST user=$REPLICATIONUSER');
subscribe set (id = 1, provider = 2, receiver = 1, forward = no);
It returns returned -1 wrong database ?
What am i doing wrong?>
Thanks in Advance
Regards,
Sandeep
_______________________________________________ Slony1-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/slony1-general
