pglogical3 : support

From: Perumal Raj <perucinci(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: pglogical3 : support
Date: 2025-06-14 08:35:05
Message-ID: CALvqh4rSrk_cbjj+V4P=XM+68ECuwV2erX37Se5ype032o=H7w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Team,

I am looking to upgrade pg17 with near zero downtime using logical
replication(master <-> master) . The current pglogical2 ( open) has some
limitation with 'REPLICA IDENTITY FULL' tables.

Do we have any plan to make pglogical3 open source in near future? 😊 or
is there better way to achieve the same using open source packages ?

My cluster setup:
Source is less than 14 , Heavily used postgis extension.
Multiple Physical replication.
And running with many 'Replica identity Full ' table configuration.

Thanks,

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2025-06-14 09:32:03 Re: Proposal: Global Index for PostgreSQL
Previous Message Perumal Raj 2025-06-14 08:08:50 Resolved: Logical Replication slot disappeared after promote Standby