logical replication on 12.2: failed to increase restart lsn: - Mailing list pgsql-admin

From Axel Rau
Subject logical replication on 12.2: failed to increase restart lsn:
Date
Msg-id F5AB5622-941B-468E-B1E6-92A2FBEA7FEC@Chaos1.DE
Whole thread Raw
List pgsql-admin
I try to replace a physical by a logical replication and get:
- - -
"serializing snapshot to pg_logical/snapshots/215-746C7C20.snap",,,,,,,,,"meteo"
"updated xmin: 1 restart: 0",,,,,,,,,"meteo"
"failed to increase restart lsn: proposed 215/746C7C20, after 215/746C7C20, current candidate 215/746C7C20, current
after215/746C7C20, flushed up to 215/746C7C20",,,,,,,,,eteo" 
- - -
My understanding is, that initial catch up of existing table contents is done auromatically.


Related config on both ends is minimalistic:

publisher:
wal_keep_segments = 400    #!# 6GB in logfile segments, 16MB each; 0 disables
wal_level = logical
hot_standby_feedback = on

subscriber:
wal_keep_segments = 400    #!# 6GB in logfile segments, 16MB each; 0 disables
wal_level = logical
hot_standby_feedback = on

Anny help appreciated,
Axel
---
PGP-Key: CDE74120  ☀  computing @ chaos claudius


Attachment

pgsql-admin by date:

Previous
From: Donato Marrazzo
Date:
Subject: Re: How to get more than 2^32 BLOBs
Next
From: Christophe Courtois
Date:
Subject: Re: How to get more than 2^32 BLOBs