Re: [GENERAL] bdr admin role

2015-09-09 Thread Ray Stell
On 9/9/15 1:43 AM, Craig Ringer wrote: $ git rev-parse --short HEAD 6a60690 $ git branch * bdr-pg/REL9_4_STABLE OK, that's PostgreSQL. What about the BDR extension its self? SELECT bdr.bdr_version() will show you if you're starting up OK, otherwise again the git rev please. bdrdemo=# SELECT

Re: [GENERAL] bdr admin role

2015-09-08 Thread Craig Ringer
> $ git rev-parse --short HEAD > 6a60690 > > $ git branch > * bdr-pg/REL9_4_STABLE OK, that's PostgreSQL. What about the BDR extension its self? SELECT bdr.bdr_version() will show you if you're starting up OK, otherwise again the git rev please. -- Craig Ringer http://www.2nd

Re: [GENERAL] bdr admin role

2015-09-08 Thread Ray Stell
On 9/8/15 2:33 AM, Craig Ringer wrote: On 7 September 2015 at 20:34, Ray Stell wrote: On 9/6/15 10:55 PM, Craig Ringer wrote: On 4 September 2015 at 21:46, Ray Stell wrote: I don't see this in my tests. Can you confirm the exact BDR version you're testing/using? "git rev-parse --short HEA

Re: [GENERAL] bdr admin role

2015-09-07 Thread Craig Ringer
On 7 September 2015 at 20:34, Ray Stell wrote: > > > On 9/6/15 10:55 PM, Craig Ringer wrote: >> >> On 4 September 2015 at 21:46, Ray Stell wrote: >> >> FATAL: role "postgresql" does not exist > > It works if I init with "-U postgresql" >>> >>> The demo works fine if >>> I use the

Re: [GENERAL] bdr admin role

2015-09-07 Thread Ray Stell
On 9/6/15 10:55 PM, Craig Ringer wrote: On 4 September 2015 at 21:46, Ray Stell wrote: FATAL: role "postgresql" does not exist It works if I init with "-U postgresql" The demo works fine if I use the string "postgresql" as the admin role. It looks like you might want to build -U support i

Re: [GENERAL] bdr admin role

2015-09-06 Thread Craig Ringer
On 4 September 2015 at 21:46, Ray Stell wrote: FATAL: role "postgresql" does not exist >>> >>> It works if I init with "-U postgresql" > > The demo works fine if > I use the string "postgresql" as the admin role. It looks like you might > want to build -U support into bdr at some point. It

Re: [GENERAL] bdr admin role

2015-09-04 Thread Ray Stell
On 9/3/15 11:36 PM, Craig Ringer wrote: Please show your connection strings, and the contents of bdr.bdr_nodes and bdr.bdr_connections. On 3 September 2015 at 05:00, Ray Stell wrote: This doc specifies to initdb with the admin user "postgres," http://bdr-project.org/docs/stable/quickstart-inst

Re: [GENERAL] bdr admin role

2015-09-03 Thread Craig Ringer
Please show your connection strings, and the contents of bdr.bdr_nodes and bdr.bdr_connections. On 3 September 2015 at 05:00, Ray Stell wrote: > This doc specifies to initdb with the admin user "postgres," > http://bdr-project.org/docs/stable/quickstart-instances.html > but if I do that the super

Re: [GENERAL] bdr admin role

2015-09-02 Thread Melvin Davidson
Oops postgres On Sep 2, 2015 6:06 PM, "Melvin Davidson" wrote: > Initdb as user "postgred", not "postgresql" > This doc specifies to initdb with the admin user "postgres," > http://bdr-project.org/docs/stable/quickstart-instances.html > but if I do that the supervisor falls over with: > $ cat bdr

Re: [GENERAL] bdr admin role

2015-09-02 Thread Melvin Davidson
Initdb as user "postgred", not "postgresql" This doc specifies to initdb with the admin user "postgres," http://bdr-project.org/docs/stable/quickstart-instances.html but if I do that the supervisor falls over with: $ cat bdr5598.log LOG: registering background worker "bdr supervisor" LOG: databas