Postgresql – AWS RDS Postgres Upgrade without losing data

amazon-web-servicespostgresqlrds

I currently have a Postgresql v9.3.3 running on AWS RDS. I've learned that if I upgrade Postgres to 9.3.5 that I can create read replicas.

However, I am afraid of losing data. Can I just select "modify" from the console "instance actions" section and upgrade to 9.3.5 without losing any data; or do I need to do something special?

Best Answer

You're fine - if there is a possible data loss AWS wouldn't provide a single click update. As this is only a minor version update it is pretty easy to upgrade without any problems.