I have some DB snapshots that I took on Amazon RDS a couple of years ago. I try to restore these database snapshots, but when I select the snapshot and click "Restore from database snapshot", I get an error message:
"Unable to find version 5.1.42 for mysql"
At first I thought it was because I did not have an instance, so I went over to the DB instances running the DB instance and created the same size as this snapshot. However, the oldest MySQL that is available is 5.1.45, so I used. I was able to connect to it from my local machine, and I confirmed that there is no data in it.
Then I went back to my database snapshots and tried again, and I still get the same error, even if I now have a DB instance.
What do I need to do to restore this?
(I am doing all this from the aws web interface)
source share