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
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
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
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 .
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
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 .
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