Re: bdr admin role

From: Melvin Davidson <melvin6925(at)gmail(dot)com>
To: Ray Stell <stellr(at)vt(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: bdr admin role
Date: 2015-09-02 22:06:31
Message-ID: CANu8FizAbYM4D8mZpdq57RaaNwstU-a4SKZf7CS=d=Mq5S3+kQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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: database system was shut down at 2015-09-02 16:04:45 EDT
LOG: starting up replication identifier with ckpt at 0/171EBF8
LOG: MultiXact member wraparound protections are now enabled
LOG: starting background worker process "bdr supervisor"
LOG: autovacuum launcher started
LOG: database system is ready to accept connections
LOG: Created database bdr_supervisordb (oid=16384) during BDR startup
LOG: worker process: bdr supervisor (PID 21666) exited with exit code 1
FATAL: role "postgresql" does not exist
LOG: starting background worker process "bdr supervisor"

It works if I init with "-U postgresql"

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2015-09-02 22:07:52 Re: bdr admin role
Previous Message Ray Stell 2015-09-02 21:00:02 bdr admin role