public inbox for [email protected]
help / color / mirror / Atom feedNeed help in logical replication
2+ messages / 2 participants
[nested] [flat]
* Need help in logical replication
@ 2025-01-13 12:29 Divyansh Gupta JNsThMAudy <[email protected]>
2025-01-13 15:38 ` Re: Need help in logical replication Rob Sargent <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Divyansh Gupta JNsThMAudy @ 2025-01-13 12:29 UTC (permalink / raw)
To: pgsql-general
Hii PostgreSQL Community,
I am setting up logical replication between two clusters in the same subnet
group. I’ve created a publication on the primary and a subscription on the
secondary, and the replication slot has been created. However, the slot
remains inactive, and changes aren’t being applied on the subscriber.
I am using AWS RDS for that
Could you please help me identify the possible cause and resolution for
this issue?
Thank you in advance!
[image: image.png]
[image: image.png]
CREATE PUBLICATION logical_replication_test
FOR TABLE dbo.logical_rep_test;
CREATE SUBSCRIPTION logical_replication_test_su
CONNECTION 'conn_strig'
PUBLICATION logical_replication_test;
Attachments:
[image/png] image.png (21.4K, 3-image.png)
download | view image
[image/png] image.png (30.7K, 4-image.png)
download | view image
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Need help in logical replication
2025-01-13 12:29 Need help in logical replication Divyansh Gupta JNsThMAudy <[email protected]>
@ 2025-01-13 15:38 ` Rob Sargent <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Rob Sargent @ 2025-01-13 15:38 UTC (permalink / raw)
To: Divyansh Gupta JNsThMAudy <[email protected]>; +Cc: pgsql-general
> On Jan 13, 2025, at 5:30 AM, Divyansh Gupta JNsThMAudy <[email protected]> wrote:
>
>
> Hii PostgreSQL Community,
>
> I am setting up logical replication between two clusters in the same subnet group. I’ve created a publication on the primary and a subscription on the secondary, and the replication slot has been created. However, the slot remains inactive, and changes aren’t being applied on the subscriber.
>
> I am using AWS RDS for that
>
> Could you please help me identify the possible cause and resolution for this issue?
>
> Thank you in advance!
>
>
Maybe you could send your ddl in plain text?
>
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2025-01-13 15:38 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-01-13 12:29 Need help in logical replication Divyansh Gupta JNsThMAudy <[email protected]>
2025-01-13 15:38 ` Rob Sargent <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox