Re: Query regarding managing Replication

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Ashok Patil <ashokrpatil(at)gmail(dot)com>
Cc: Romain MAZIÈRE <romain(dot)maziere(at)sigmaz-consilium(dot)fr>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Query regarding managing Replication
Date: 2023-06-30 08:31:53
Message-ID: 20230630083153.rfjyphe5jjji54sl@jrouhaud
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

On Fri, Jun 30, 2023 at 01:47:29PM +0530, Ashok Patil wrote:
> Hello MAZIÈRE,
>
> I tried update by
>
> listen_addresses = '*' and listen_addresses = 'server_address' but still
> i am getting same error.

Did you restart postgres after changing listen_addresses, and is the primary
port 5432?

If yes and if you still get the same connection errors, it mean that either the
primary IP is wrong or something is blocking the traffic between the two
machines (like a firewall).

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message pf 2023-06-30 12:38:54 Re: psql and pgpass.conf on Windows
Previous Message Ashok Patil 2023-06-30 08:17:29 Re: Query regarding managing Replication