Learn how to setup a Postgres change data capture (CDC) pipeline from AWS RDS Postgres.
off
, then logical replication is not enabled.
To enable it, follow these steps:
rds.logical_replication
to 1
:connect
permission on the database.select
permission on all the tables you want to connect to Sequin.rds_replication
permission to read from replication slots.mydbinstance.abcdefghijkl.us-west-2.rds.amazonaws.com
)sequin_slot
) and publication (e.g. sequin_pub
) you just created. Then, name your database and click Create Database.