Re: Streaming replication issue
Luca Ferrari <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.admin |
|---|---|
| Message-ID | <CAKoxK+6+=h0bS6vqB+Cdrkg_=iVqNwCB8Dbr4Jo-g03SgaUarA@mail.gmail.com> |
On Thu, Sep 5, 2019 at 8:21 PM mallikarjun t <[email protected]> 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?