Power time-series applications with real-time change capture. Learn how to connect TimescaleDB to Sequin.
logical
. If it doesn’t, you’ll need to enable it by setting wal_level
to logical
.
Configure WAL level
postgresql.conf
file by running the SQL command show config_file;
.connect
permission on the database.select
permission on all the tables you want to connect to Sequin.replication
permission to read from replication slots.localhost
or your Docker machine IP)FOR ALL TABLES
is the most reliable approach, though it requires more resourcespublic
)_timescaledb_internal
)FOR TABLE table_name
with TimescaleDB hypertables, as this can cause replication to stop when new chunks are createdsequin_slot
) and publication (e.g. sequin_pub
) you just created. Then, name your database and click “Create Database”.