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
feita há 4 meses177 visualizações
1 Resposta
1
Resposta aceita

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
respondido há 4 meses
  • Perfect, worked for me also! Thanks

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas