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
질문됨 일 년 전250회 조회
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
전문가
답변함 일 년 전
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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠