Skip to content

I can't modify rds postgres to 15.3.

0

When create a new rds instance, I can select postgres 15.3, but version 15 not show up in pulldown when upgrate existing rds instance.

asked 3 years ago659 views
1 Answer
0
Accepted Answer

What version of PostgreSQL are you currently using?
For example, if you are using 13.9, etc., you may have to upgrade to 14.8, etc. before you can go up to 15 or higher.
You can see the table in this document.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.PostgreSQL.html#USER_UpgradeDBInstance.PostgreSQL.MajorVersion

EXPERT
answered 3 years ago
EXPERT
reviewed 3 years ago
  • I'm using 11.18 right now, and the upper version is 14.6. If I want to up to 15, is that means I need first upgrade to 14 and then upgrade to 15.

  • Yes, if you are using 11.18 you must first upgrade to 14.6 and then to 15.3. Also, when upgrading, please test the application carefully.

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.