Unable to restore MySQL 8 snapshot

0

I have a database in RDS with Engine version 8.0.11(mysql) running in instance class db.t2.micro, when trying to restore a snapshot the "DB instance class" dropdown is empty (no options to choose), inspecting the code in Chrome I can see multiple failed requests with this error but not sure if it is related, is there anything I can do to fix this?

<ErrorResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/"> <Error> <Type>Sender</Type> <Code>InvalidParameterCombination</Code> <Message>Cannot find version 8.0.15 for mysql</Message> </Error> <RequestId>0d3d0be8-0a13-4a8c-bee7-76e4ae22ca1e</RequestId> </ErrorResponse> <ErrorResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/"> <Error> <Type>Sender</Type> <Code>InvalidParameterCombination</Code> <Message>RDS can't find a default engine version.</Message> </Error> <RequestId>c17300d0-40db-46df-9b4a-57638feb222f</RequestId> </ErrorResponse>
clojero
preguntada hace 8 meses264 visualizaciones
1 Respuesta
1
Respuesta aceptada

Hi, I found the MySQL versions currently supported by Amazon RDS from this document.

MySQL Versions

I think you can try to upgrade your snapshot version and then restore again:

upgrade snapshot

respondido hace 8 meses
  • I don't have the "Upgrade snapshot" option listed, but upgrading to Mysql 8.0.28 did the trick, thank you!

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas