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

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

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

回答问题的准则