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.

mfj
asked 10 months ago357 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

profile picture
EXPERT
answered 10 months ago
profile picture
EXPERT
reviewed 10 months 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.

Guidelines for Answering Questions