Integrate Azure PostgreSQL with Sequin’s change data capture (CDC) platform in minutes. Learn how to setup logical replication and connect Sequin to your database.
connect
permission on the database.select
permission on all the tables you want to connect to Sequin.replication
permission to read from replication slots.off
, then logical replication is not enabled.
To enable it, follow these steps:
wal_level
: Set to logical
shared_preload_libraries
: Add pglogical
to the list (if not already present)azure.extensions
: Add pglogical
to the list (if not already present)max_worker_processes
: Set to at least 16
sequin_slot
) and publication (e.g. sequin_pub
) you just created. Then, name your database and click “Create Database”.