- Newest
- Most votes
- Most comments
Hello,
As the DB engine version upgrade failed, Blue-green deployment is in "invalid_configuration state". Most common cause of upgrade failure is the failure of Prechecks for patching, (do check the recent events of green instance to see the cause of upgrade failure), If it is due to failure of pre-checks then in the logs of green instance and go through the "PrePatchCompatibility.log" file.
[+]https://repost.aws/knowledge-center/rds-mysql-preupgrade-failure
You have to delete the current Blue/green deployment, Resolve the errors reported in the log file and then deploy a new blue/green deployment.
This was mainly due to custom option group associated with my source DB instance. Apparently, you can not be able to pick a major version upgrade for the Green instance when the Blue instance has a custom parameter group. You would rather have to set a minor version for the green instance and after the deployment is complete, you upgrade the green instance to a major version and then you can switchover to the green instance if all test cases pass
Relevant content
- asked 9 months ago
- asked 2 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 9 months ago