Skip to content

Postgres Prameter group

0

after setting the rds.logical_replication to 1, wal_level is not setting to logical

asked 2 years ago439 views
1 Answer
2

Hi,

the parameter "rds.logical_replication=1" is only active on the instance that has the Writer role (open for read-write). When you set this parameter you will have to use the writer instance for logical replication. You can connect to the writer instance either via Cluster endpoint (recommended) or instance endpoint.

Also, do a manual reboot of the instance after you change a parameter to activate it.

Best,

Didier

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.