PostgreSQL
Amazon Aurora and RDS
Creating a service account
Turning on logical replication
rds.logical_replication is a static parameter which requires a database reboot to take effect.
- Select your database instance
- Go into
Configuration
and find yourDB instance parameter group
- If you don’t have one, go to
Parameter groups
and clickCreate parameter group
- Find and change
rds.logical_replication
and set it to1
- Associate the parameter group with your database instance
Was this page helpful?