Re: Why would Postgres 11 suddenly ignore the recovery.conf file?

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: Dennis Jacobfeuerborn <dennisml(at)conversis(dot)de>
Cc: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Why would Postgres 11 suddenly ignore the recovery.conf file?
Date: 2021-10-04 10:43:01
Message-ID: 20211004104301.GA32330@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Jacobfeuerborn 2021-10-04 10:45:24 Re: Why would Postgres 11 suddenly ignore the recovery.conf file?
Previous Message Dennis Jacobfeuerborn 2021-10-04 10:42:20 Re: Why would Postgres 11 suddenly ignore the recovery.conf file?