Saltar al contenido

Postgres Prameter group

0

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

preguntada hace 2 años462 visualizaciones
1 Respuesta
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

EXPERTO
respondido hace 2 años
EXPERTO
revisado hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.