On Tue, Sep 12, 2017 at 5:27 AM, Scott Marlowe <scott.marl...@gmail.com> wrote:
> So we have a db we're trying to rewind and get synced to the master.
> pg_rewind says it doesn't need rewinding, and when we try to bring it
> up, it gets this error:
>
> "contrecord is requested by 2E7/40000028"
>
> And fails to get back up.

The consistency recovery point defined by pg_rewind was not reached then.

> Is this a known issue?

Never heard of this one.

> Possible bug in the continuation record code?

That looks like a possibility. This complains is about the fact that
the XLOG page header cannot be found where it should. You may want to
check your WAL segments.
-- 
Michael


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to