I am manually Upgrading MySQL from 5.7 to 8.0 in my RDS Console.
following this documentation https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html
However I am facing and Issue when I press the modify Db Instance button. it produce the error Certificate not found: rds-ca-2015
Does someone has insights about how to solve this and allow the MySQL upgrade to proceed ?
2
Answers
I would suggest restoring your MySQL backup in a sandbox AWS account and performing the upgrade there before attempting it in your development or production account. This way, you can play around and see if there are any problems and figure out how to fix them without causing issues in your main setup. If the problem still persist, submit a ticket to AWS support.
Before proceeding, create a snapshot of the RDS cluster. If a failure occurs during an upgrade, it is difficult to restore.
The above problem appears to be a certificate-related issue. rds-ca-2015 will expire soon. Therefore, please change the certificate to the rds-ca-2048(?) version and try again.