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
gefragt vor 4 Monaten177 Aufrufe
1 Antwort
1
Akzeptierte Antwort

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
beantwortet vor 4 Monaten
  • Perfect, worked for me also! Thanks

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen