How to set up a self-hosted PostgreSQL database as a source for RisingWave.
wal_level
to logical
postgresql.conf
file or via a SQL client, set the wal_level
parameter to logical
.
max_wal_senders
parameter in your postgresql.conf
is greater than or equal to the number of sources you intend to create. The default value is typically 10.REPLICATION
and LOGIN
attributes.