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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南