No longer possible to restore snapshot to serverless?

0

Hello, during our QA process we routinely restore a snapshot from production system to a serverless Aurora MySQL cluster and from there reload the staging environment. Today I noticed that I can no longer restore a snapshot to a serverless instance but instead had to select provisioned. Is this a know issue due to deprecation of old versions? Snapshot created from a RDS running 5.7.24 of MySQL.

質問済み 1年前462ビュー
1回答
0
承認された回答

I heard that the restoration can be done with AWS CLI, but do I get any errors when I run it with the command?
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.restorefromsnapshot.html

aws rds restore-db-cluster-from-snapshot \
    --db-cluster-identifier mynewdbcluster \
    --snapshot-identifier mydbclustersnapshot \
    --engine-mode serverless \
    --engine aurora-mysql \
    --engine-version 5.7

The following document shows that 5.7.24 is already an unsupported version, so it is important to check if it is possible to restore server-less if the version is upgraded.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Concepts.VersionMgmt.html

profile picture
エキスパート
回答済み 1年前
profile picture
エキスパート
レビュー済み 1ヶ月前
  • Haven't tested through the CLI. Could be that some issues have been identified, I have noticed the UI for restoring has changed multiple times the last couple of months.

  • The AWS UI can change frequently, so it is recommended to use the CLI if you can.

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

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

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

関連するコンテンツ