Re: [GENERAL] BDR setup - bdr_node_join_wait_for_ready()

2015-09-02 Thread Craig Ringer
On 2 September 2015 at 00:12, cchee-ob wrote: > Craig, > > By an existing database, I mean I have a database that has our data on it. > I have created the btree_gist and bdr extensions and ran the > bdr.bdr_group_create () function and the bdr.bdr_node_join_wait_for_ready(), > all run successfull

Re: [GENERAL] BDR setup - bdr_node_join_wait_for_ready()

2015-09-01 Thread cchee-ob
Craig, By an existing database, I mean I have a database that has our data on it. I have created the btree_gist and bdr extensions and ran the bdr.bdr_group_create () function and the bdr.bdr_node_join_wait_for_ready(), all run successfully. After setting up the next BDR node, and after running

Re: [GENERAL] BDR setup - bdr_node_join_wait_for_ready()

2015-09-01 Thread cchee-ob
I have not used the bdr_init_copy procedure because I've haven't been able to find any step by step documentation on how to use. Can you provide some? -- View this message in context: http://postgresql.nabble.com/BDR-setup-bdr-node-join-wait-for-ready-tp5863606p5864210.html Sent from the Pos

Re: [GENERAL] BDR setup - bdr_node_join_wait_for_ready()

2015-08-31 Thread Craig Ringer
On 28 August 2015 at 00:35, cchee-ob wrote: > What exactly does bdr_node_wait_for_ready() do? I've been trying to setup > BDR on an existing database and once I run the select > bdr.bdr_node_wait_for_ready(); command on the 2nd node after running the > bdr.bdr_group_join() command it just hangs .

Re: [GENERAL] BDR setup - bdr_node_join_wait_for_ready()

2015-08-31 Thread Sylvain MARECHAL
Hello all, Le 31/08/2015 02:25, Martín Marqués a écrit : BTW, why don't you the physical join procedure with bdr_init_copy to join nodes? Are there known problems in the SQL interface ? Thank you, Sylvain -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes

Re: [GENERAL] BDR setup - bdr_node_join_wait_for_ready()

2015-08-30 Thread Martín Marqués
El 27/08/15 a las 13:35, cchee-ob escribió: > What exactly does bdr_node_wait_for_ready() do? I've been trying to setup > BDR on an existing database and once I run the select > bdr.bdr_node_wait_for_ready(); command on the 2nd node after running the > bdr.bdr_group_join() command it just hangs .

[GENERAL] BDR setup - bdr_node_join_wait_for_ready()

2015-08-27 Thread cchee-ob
What exactly does bdr_node_wait_for_ready() do? I've been trying to setup BDR on an existing database and once I run the select bdr.bdr_node_wait_for_ready(); command on the 2nd node after running the bdr.bdr_group_join() command it just hangs . I've done the same setup procedure on brand new nod