Re: New recovery_target_timeline=primary option - Mailing list pgsql-hackers

From Euler Taveira
Subject Re: New recovery_target_timeline=primary option
Date
Msg-id 741bf468-aa4e-41c1-943f-ccfdbcf2239f@app.fastmail.com
Whole thread Raw
In response to Re: New recovery_target_timeline=primary option  ("Efrain J. Berdecia" <ejberdecia@yahoo.com>)
List pgsql-hackers
On Thu, Sep 11, 2025, at 10:07 PM, Efrain J. Berdecia wrote:
> The error I would like to address with this feature is the following:
>
> FATAL: highest timeline xxx of the primary is behind timeline yyy
>

It seems your procedure to set up a standby is incorrect. See [1]. You are not
using the base backup from the primary server.

You didn't describe the whole procedure so it is hard to point out where the
problem is.


[1] https://www.postgresql.org/docs/current/warm-standby.html#STANDBY-SERVER-SETUP


-- 
Euler Taveira
EDB   https://www.enterprisedb.com/



pgsql-hackers by date:

Previous
From: "Efrain J. Berdecia"
Date:
Subject: Re: New recovery_target_timeline=primary option
Next
From: Michael Paquier
Date:
Subject: Re: [PATCH] Add tests for Bitmapset