AWS RDS Oracle Patching

0

How do I automate the below RDS database tasks whenever a minor version upgrade is available?

  1. Stop the DB instance
  2. Take a snapshot
  3. Upgrade the minor version
  4. Start the database
  • This process is already automated with the steps you describe above. All you need to do is to choose maintenance window and enable minor version patching in your RDS database and database will be patched. If you come across any issue then please open a support ticket with AWS support to resolve the issue.

已提问 1 年前387 查看次数
2 回答
2

This process is already automated with the steps you describe above. All you need to do is to choose maintenance window and enable minor version patching in your RDS database and database will be patched. If you come across any issue then please open a support ticket with AWS support to resolve the issue.

AWS
SV
已回答 1 年前
  • okay thanks. Does it take a snapshot before applying the patch?

0

Here is a link to automatic and manual patching for an upgrading an Oracle RDS Database instance.

The process might be automatic or manual if it is a major or minor version upgrade. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Oracle.html.

profile pictureAWS
已回答 1 年前
  • I am aware of this. I'd like to automate the above steps so that I can kick off whenever I need to.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则