1 Answer
- Newest
- Most votes
- Most comments
0
Hello.
Have you restarted RDS after changing the parameter group?
Some parameters require a restart to take effect.
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.Prerequisites
Some parameters are static, and you can only set them at server start. Any changes to their entries in the configuration file (for a self-managed database) or DB parameter group (for an RDS for PostgreSQL database) are ignored until the server is restarted. For more information, see the PostgreSQL documentation

After modifying the parameters in the parameter group, I restarted the RDS instance.