Re: PostgreSQL V13 Replication Issue

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Haseeb Khan <khanhaseeb92(at)gmail(dot)com>
Cc: pgsql-performance(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL V13 Replication Issue
Date: 2021-06-17 01:02:52
Message-ID: YMqfPKMWhfTx7Kaq@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, Jun 16, 2021 at 09:25:37PM +0500, Haseeb Khan wrote:
> Would be highly appreciated, if someone could tell me what exactly the
> issue is or what I am missing in the configuration on both the servers
> (master- slave).Why replication is not working?

Your issue is partially here, as recovery.conf is not supported in 13:

> *recovery.conf file*

I would recommend to read this area of the documentation first:
https://www.postgresql.org/docs/13/warm-standby.html#STANDBY-SERVER-SETUP

All the recovery parameters have been moved to postgresql.conf, and
setting up a standby requires an extra file called standby.signal
created at the root of the data folder.
--
Michael

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Dean Gibson (DB Administrator) 2021-06-18 18:13:14 Re: Estimating wal_keep_size
Previous Message Julien Rouhaud 2021-06-17 01:02:22 Re: Estimating wal_keep_size