RDS DB Instance minor version upgrade
https://dev.classmethod.jp/articles/rds-db-instance-minor-version-upgrade/
#dev_classmethod #Amazon_RDS #RDS_for_MySQL #AWS_Trusted_Advisor #AWS
RDS DB Instance minor version upgrade | DevelopersIO
Introduction The newer minor versions of the RDS database engine bring small updates, such as the latest security fixes and other improvements. These updates only make modifications that are compatible with existing applications. You can upgrade your RDS DB instance to the latest minor versions in two ways: Enable the “auto minor version upgrade” option, which automatically upgrades to new minor versions as they are released. Manually upgrade your database to a newer minor version. Optimize your database performance and security with minor version upgrades. This article describes how to find and upgrade your RDS DB instance to the latest minor versions. Prerequisites: For this article, I have created an …
DevelopersIO