Re: "invalid contrecord" error on replica

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Adrien Nayrat <adrien(dot)nayrat(at)anayrat(dot)info>, JOULAUD François <Francois(dot)JOULAUD(at)radiofrance(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: "invalid contrecord" error on replica
Date: 2021-05-03 08:43:33
Message-ID: 2f06177afc2acb33b4dc3ba70cc6c52af9aeefdc.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, 2021-05-02 at 22:43 +0200, Adrien Nayrat wrote:
> LOG: started streaming WAL from primary at AA/A1000000 on timeline 1
> FATAL: could not receive data from WAL stream : ERROR: requested starting
> point AA/A1000000 is ahead of the WAL flush position of this server AA/A0FFFBE8

You are trying to stream from a server whose WAL position is *behind* your
own. That cannot work.

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrien Nayrat 2021-05-03 08:58:44 Re: "invalid contrecord" error on replica
Previous Message Laurenz Albe 2021-05-03 08:41:29 Re: Access a newer Version of PGDB (v13) with an older libpq (v10 x86)