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
已提问 8 个月前265 查看次数
1 回答
1
已接受的回答

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

已回答 8 个月前
  • I don't have the "Upgrade snapshot" option listed, but upgrading to Mysql 8.0.28 did the trick, thank you!

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则