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
asked 7 months ago248 views
1 Answer
1
Accepted Answer

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

answered 7 months ago
  • I don't have the "Upgrade snapshot" option listed, but upgrading to Mysql 8.0.28 did the trick, thank you!

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions