pglogical 2.3.2 on 9.4 --> 12.3 CONFLICT: remote DELETE (tuple not found). Resolution: skip.

From: milist ujang <ujang(dot)milist(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pglogical 2.3.2 on 9.4 --> 12.3 CONFLICT: remote DELETE (tuple not found). Resolution: skip.
Date: 2020-08-12 03:50:23
Message-ID: CACG9ogxKd9f97YiTrdtcxKRS=gnNTeAU281TX9ky3qYtbDZFyA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Configured pglogical source is 9.4 target is 12.3

a table has PK from multiple column (varchar(50),char(2),char(1)).

initial syncronization is OK, but when at source there is delete , but got
error at target...

LOG: CONFLICT: remote DELETE on relation public.a_XXXX replica identity
index a_XXX_pk (tuple not found). Resolution: skip.

replica identity was set to default for the table so yes there is old image
on those 3 columns:

but why delete was error at target?
collation exactly same on all GUC.

any direction to print debug verbosity on why delete on target didnt find
row and skipped?

--
regards

ujang jaenudin | DBA Consultant (Freelancer)
http://ora62.wordpress.com
http://id.linkedin.com/pub/ujang-jaenudin/12/64/bab

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Amul Sul 2020-08-12 04:14:46 Re: Sizing PostgreSQL VM server sizing
Previous Message raf 2020-08-12 00:01:26 Re: Implement a new data type