Re: Streaming replication issue

From: Luca Ferrari <fluca1978(at)gmail(dot)com>
To: mallikarjun t <mallit333(at)gmail(dot)com>
Cc: Juan José Santamaría Flecha <juanjo(dot)santamaria(at)gmail(dot)com>, John Wiencek <jwiencek3(at)comcast(dot)net>, soumitra bhandary <soumitra(dot)bhandary(at)hotmail(dot)com>, Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Streaming replication issue
Date: 2019-09-09 06:53:59
Message-ID: CAKoxK+6+=h0bS6vqB+Cdrkg_=iVqNwCB8Dbr4Jo-g03SgaUarA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, Sep 5, 2019 at 8:21 PM mallikarjun t <mallit333(at)gmail(dot)com> wrote:
>
> By main intension is doing streaming replication between postgres community version to edb advanced version. I am trying IAM achieve something streaming replication But I didn't access slave server that the problem.

You must access the slave with the same credentials you use for the
master. Once replication is on its way, it does replicate _everything_
in the cluster, including users.
Can you connect to the master with a user and then connect to the
slave with the same user? If not, what are the errors you get?

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Mariel Cherkassky 2019-09-12 14:53:37 pg12 - foreign key to partitions
Previous Message Jeff Janes 2019-09-06 13:55:24 Re: overwrote THE 'postgres' database - how to recover