Streaming replication issue - Mailing list pgsql-admin

From mallikarjun t
Subject Streaming replication issue
Date
Msg-id CAOA8XiVtkOXOEXQzq0B7Cg-zFwwqa6+-BfyaiLgn9CiWL_-_pw@mail.gmail.com
Whole thread Raw
Responses Re: Streaming replication issue
Re: Streaming replication issue
List pgsql-admin

Dear All,

 

Iam doing streaming replication between PostgreSQL community version to EDB Advanced server. It is possible or not? Same versions for example PostgreSQL community version is 9.6.2 and EDB Advanced Server PostgreSQL compatability version is 9.6.2.7.  PostgreSQL community version taken as Master and EDB Advanced Server taken as Slave server.

 

I am already configured, streaming is also happens, but Slave server (EDB Advanced Server) I am trying to connect to ./psql I will get below error message.

 

ERROR: psql.bin: FATAL: role "postgres" is not permitted to log in

 

Iam try to access port number also I will get below error message.

 

./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"?

 

I checked the /tmp directory .s.PGSQL.5444  port number is running, and postmaster.pid also contains 5444 port number. But I am stop this database cluster and take the basebackup of PostgreSQL Community version and start the cluster. but postmaster.pid file contains port number is 5444. 

Why this  take 5444 port not in 5432 port ?

 

Please clarify the issuse?

 

Regards,

Malli.

pgsql-admin by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Version 11 partitioning: Constraint exclusion vs PartitionPruning
Next
From: Luca Ferrari
Date:
Subject: Re: Streaming replication issue