Re: Streaming Replication woes - Mailing list pgsql-general

From Fujii Masao
Subject Re: Streaming Replication woes
Date
Msg-id CAHGQGwHe8oiQoo4ZaA=3crcFwckdqXhmE06kGFiDO4sO04VBww@mail.gmail.com
Whole thread Raw
In response to Re: Streaming Replication woes  (Konstantin Gredeskoul <kigster@gmail.com>)
List pgsql-general
On Tue, Nov 8, 2011 at 3:45 AM, Konstantin Gredeskoul <kigster@gmail.com> wrote:
> The user 'postgres' was created using standard database installation
> procedure.  It has superuser, but does not include an explicit replication
> role:
>
> my_db=# \du
>                       List of roles
> Role name  |            Attributes             | Member of
> ------------+-----------------------------------+-----------
> postgres   | Superuser, Create role, Create DB | {}
> replicator | Replication                       | {}

Did you restore the database from the dump file created by pg_dumpall
in 9.0 instead of 9.1? If yes, that dump file would contain the "ALTER ROLE
postgres" command and revoke the replication privilege, I guess.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

pgsql-general by date:

Previous
From: Ondrej Ivanič
Date:
Subject: Re: Postgres vs other Postgres based MPP implementations
Next
From: Ondrej Ivanič
Date:
Subject: Re: Postgres vs other Postgres based MPP implementations