postgres view replication slots: PostgreSQL: Documentation: 17: 29.2. Subscription. manually create replication slot for publication in .... Logical replication of tables in schema in PostgreSQL 15.
ERROR: could not create replication
slot "my_subscription": ERROR: logical decoding requires wal_level >= logical. ... I have done already wal_level to logical and restarted postgresql but error still exists my Postgres is 12.
Create a replication slot on your Postgres database to track changes you want to sync. Then, create publication and replication identities for each Postgres table you want to replicate.
postgres=# d
pg_replication_slots View 'pg_catalog.pg_replication_slots' Column | Type | Collation | Nullable | Default .