Re: Streaming replication issue - Mailing list pgsql-admin

From Luca Ferrari
Subject Re: Streaming replication issue
Date
Msg-id CAKoxK+6egeUv-zzMBXfHuFAZtr=X5ZgRZsvnhk_O821ndsrv+A@mail.gmail.com
Whole thread Raw
In response to Streaming replication issue  (mallikarjun t <mallit333@gmail.com>)
Responses Re: Streaming replication issue  (mallikarjun t <mallit333@gmail.com>)
List pgsql-admin
On Thu, Sep 5, 2019 at 11:39 AM mallikarjun t <mallit333@gmail.com> wrote:
> ERROR: psql.bin: FATAL: role "postgres" is not permitted to log in

I don't know about EDB, but sounds like role postgres has not the
login privilege, that is they use another administrator?

> ./psql -p 5432
>
> psql.bin: could not connect to server: No such file or directory
>
>                Is the server running locally and accepting connections on unix domain socket.
>
>               "/tmp/.s.PGSQL.5432"?

Without the -h localhost option psql tries to connect to unix socket,
not TCP/IP, and it could be your server is not listening on unix
socket.

Luca



pgsql-admin by date:

Previous
From: mallikarjun t
Date:
Subject: Streaming replication issue
Next
From: mallikarjun t
Date:
Subject: Re: Streaming replication issue