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>
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!

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠