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.

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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ