Re: [GENERAL] Setting up BDR 0.9.0 - error on bdr_group_create

2015-03-25 Thread Craig Ringer
On 26 March 2015 at 06:02, Steve Boyle wrote: > postgres=# SELECT bdr.bdr_group_create( > postgres(# local_node_name := 'cxtlabdev014', > postgres(# node_external_dsn := 'port=5432 dbname=prod' > postgres(# ); > ERROR: getting remote node id failed > DETAIL: SELECT sysid, timeline,

[GENERAL] Setting up BDR 0.9.0 - error on bdr_group_create

2015-03-25 Thread Steve Boyle
I'm trying to test BDR 0.9.0 with Postgres 9.4.1-2, both from the 2nd Quadrant repo. I'm following the latest docs here: http://bdr-project.org/docs/next/index.html I started with fresh installations of Postgres and the BDR plugin and have done something similar to what is shown in the Quick St