From: | Divyansh Gupta JNsThMAudy <ag1567827(at)gmail(dot)com> |
---|---|
To: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Need help in logical replication |
Date: | 2025-01-13 12:29:52 |
Message-ID: | CAHesJ5JNb-yV5UnUdQVOeYDibtTpr79VjqMozWL=KjqcyvBKdA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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;
From | Date | Subject | |
---|---|---|---|
Next Message | nicolas | 2025-01-13 12:40:06 | pg_repack and locks |
Previous Message | Torsten Krah | 2025-01-13 09:34:46 | Re: could not open file "base/XX/XX": Interrupted system call |