Skip to content

AWS Glue job challenge for aurora postgresql upgrade to version 14.3

0

i would like to know what is the main challenge facing with aws glue jobs when upgrading aurora postgresql 13.6 to aurora postgresql 14.3 ?

asked 3 years ago613 views

1 Answer
0
Accepted Answer

Hi, this page of documentation tells you how to prepare for a major version upgrade of PostgresSQL: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.PostgreSQL.html#USER_UpgradeDBInstance.PostgreSQL.MajorVersion.Process

The nice thing about cloud is that you can (must !!) rehearse all this on a clone of your production database by restoring a snaphsot on another RDS instance.

Hope it helps!

Didier

EXPERT

answered 3 years ago

  • @didier_aws , Thank you for the answer , i was also wondering if anybody encountered some challenge or issue with aws glue while doing the upgrade.

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.