Enable logical replication
Set Then restart Postgres for the change to take effect.
wal_level = logical in your postgresql.conf:Connect your database
Connect any Postgres database with logical replication
Enable logical replication
wal_level = logical in your postgresql.conf:Connect your database