- Newest
- Most votes
- Most comments
Hey
I see that you have listed the health Events related to OS upgrade above and I checked those events in the following document https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#USER_UpgradeDBInstance.OSUpgrades unfortunately, I couldn’t see the schedule for operating system updates for RDS for MariaDB. I would recommend this https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html or https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.MariaDB.html for your use case.
You can check the completed upgrade in your console, under configuration tab. You can also check the completed upgrade using the following commands: SELECT VERSION(); , SELECT @@version; , SHOW VARIABLES WHERE variable_name = 'version’; , SHOW VARIABLES WHERE variable_name LIKE '%version%’; , STATUS;
Thank you
Relevant content
- asked 3 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 7 months ago