Re: Why would Postgres 11 suddenly ignore the recovery.conf file? - Mailing list pgsql-general

From hubert depesz lubaczewski
Subject Re: Why would Postgres 11 suddenly ignore the recovery.conf file?
Date
Msg-id 20211004104301.GA32330@depesz.com
Whole thread Raw
In response to Why would Postgres 11 suddenly ignore the recovery.conf file?  (Dennis Jacobfeuerborn <dennisml@conversis.de>)
List pgsql-general
On Mon, Oct 04, 2021 at 12:35:48PM +0200, Dennis Jacobfeuerborn wrote:
> Hi,
> I just stopped and restarted a Postgres 11 docker container which so far has
> happily streamed the WAL from its primary but after the restart it now seems
> to completely ignore the recovery.conf file and just outputs this:

If this is 11, then it would mean that at some point in time Pg was told
to finish recovery. Using trigger file, pg_ctl promote, some other
means.

But, perhaps it's pg 12 (or newer)? If so, then recovery.conf no longer
is parsed.

Best regards,

depesz




pgsql-general by date:

Previous
From: Dennis Jacobfeuerborn
Date:
Subject: Re: Why would Postgres 11 suddenly ignore the recovery.conf file?
Next
From: Dennis Jacobfeuerborn
Date:
Subject: Re: Why would Postgres 11 suddenly ignore the recovery.conf file?