RDS PostgreSQL: how to move to the version15?

0

I have now RDS PostgreSQL v9., it works a few years. It started with v9. and still use it. Now I'd like to use some new features (for example bloom filters etc) so move to v15.

  1. How can I switch to v15 (move database etc)?
  2. Can it be done automatically or manually?
  3. Does it cost for me additionally?
Oleg
已提問 1 年前檢視次數 249 次
2 個答案
0

RDS PostgreSQL can be upgraded as described in the following document.
You said you are using version 9 so once you upgrade to 14.1 you will need to upgrade to 15.2.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.PostgreSQL.html

The upgrade itself can be done manually, and we are aware of no special fees.
Since this will be a fairly large upgrade, we recommend that you take a snapshot and make sure it works well with your application before executing it.

profile picture
專家
已回答 1 年前
0

Hi Oleg,

Further to Riku's comments, depending on which version of Postgres you're using you'll likely have to upgrade to 14.1 first before going to 15.2. See this section of the guide for further details - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.PostgreSQL.html#USER_UpgradeDBInstance.PostgreSQL.MajorVersion

Riku is right there are no fees for upgrading, and it has to be manually initiated from either the command line or console.

I hope that helps Oleg :)

Thanks

profile pictureAWS
支援工程師
Brandon
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南