Cannot upgrade DB Engine (from Express to Enterprise Edition) when restoring a SQL Server snapshot

0

3 months ago I was able to do this...

old

but now it's not an option

current

Tom
質問済み 4ヶ月前177ビュー
1回答
1
承認された回答

Occasionally the RDS console might show unexpected behavior. However, the APIs remain the same.

You can always use the AWS CLI to perform the same when the console is acting up.

The command below works for me.

aws rds restore-db-instance-from-db-snapshot --db-instance-identifier new-ent --db-snapshot-identifier sql-express --db-instance-class db.m5.xlarge --engine sqlserver-ee --no-multi-az --no-publicly-accessible --region us-east-1 --output json
AWS
回答済み 4ヶ月前
  • Perfect, worked for me also! Thanks

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

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

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

関連するコンテンツ