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

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 há 8 meses
  • I don't have the "Upgrade snapshot" option listed, but upgrading to Mysql 8.0.28 did the trick, thank you!

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