Re: Logical replication without direct link between publisher and subscriber? - Mailing list pgsql-general

From Koen De Groote
Subject Re: Logical replication without direct link between publisher and subscriber?
Date
Msg-id CAGbX52G=Fo8YhJ9o1te=G9FD9Yedpk_O55rSk8PqfFwy4SEsmw@mail.gmail.com
Whole thread Raw
In response to Re: Logical replication without direct link between publisher and subscriber?  (Greg Sabino Mullane <htamfids@gmail.com>)
List pgsql-general
I've considered it, but it sounds like a lot of work and failure prone. Even projects like Debezium seem like it's a ton to set up.

Thanks for the suggestions.

Regards,
Koen

On Wed, Sep 11, 2024 at 3:20 PM Greg Sabino Mullane <htamfids@gmail.com> wrote:
Dumping changes periodically, sending them directly or uploading to cloud storage and then downloading and applying them on the subscriber side.
But maybe there's a simpler option someone here knows about?

How about using WAL shipping to populate a replica, and either query that directly or use that as the publisher to your sequestered node?

Cheers,
Greg

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: post-bootstrap init : permission denied pg_description
Next
From: Christoph Moench-Tegeder
Date:
Subject: Re: Better way to process records in bash?