Mon Mar 19 14:40:22 PDT 2012
- Previous message: [Slony1-general] Moveset changes to sub_forward
- Next message: [Slony1-general] Moveset changes to sub_forward
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Doesn't that cause the complete copy of whole tables ? ________________________________ From: ""Stéphane A. Schildknecht"" <stephane.schildknecht at postgresql.fr> To: slony1-general at lists.slony.info Sent: Monday, March 19, 2012 2:26 PM Subject: Re: [Slony1-general] Moveset changes to sub_forward Le 19/03/2012 22:04, Brian Trudal a écrit : > Hi there Hi, > > We have 3 nodes in cluster. > > After moving a set from one node (node-1) to another (node-2), whats the best > way to reset the origin in another subscriber (node-3) as it still talking to > node-1 as node-1 is doing forward of node-2 changes to node-3 ; rather I want > node-3 directly talk to node-2 (new origin) without sub_forward by node-1. > > The sl_subscribe looks like this: > > engine_db=# select * from sl_subscribe where sub_set=1; > sub_set | sub_provider | sub_receiver | sub_forward | sub_active > ---------+--------------+--------------+-------------+------------ > 1 | 1 | 3 | f | t > 1 | 2 | 1 | t | t > (3 rows) > > Rather, after moveset, I expected, line 1 to go away and line-2 to have direct > replication to 3 instead of forward through 1. > You can re-subscribe your nodes in a way that fits your needs. Just issue subscribe sets commands, and tell node 3 to subscribe to 2. BR, -- Stéphane Schildknecht http://www.Loxodata.com Contact régional PostgreSQL _______________________________________________ Slony1-general mailing list Slony1-general at lists.slony.info http://lists.slony.info/mailman/listinfo/slony1-general -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.slony.info/pipermail/slony1-general/attachments/20120319/942552bf/attachment.htm
- Previous message: [Slony1-general] Moveset changes to sub_forward
- Next message: [Slony1-general] Moveset changes to sub_forward
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list