RDS instances do not auto upgrade minor versions

0

Hi,

I have two RDS instances, both of which are currently running MariaDb 10.3.8. Both have "Auto minor version upgrade" configured to "yes", but neither have ever done an automatic upgrade. Currently, MariaDb 10.3.13 is available, but no automatic upgrades have happened or show any sign of happening soon.
I have seen the same (lack of) behaviour in 10.2.x as well as MySql instances I've had in the past.

If I do describe-pending-maintenance-actions, it outputs an empty list (even if I manually configure a change to be applied during the next maintenance window):

{
    "PendingMaintenanceActions": []
}

Is there anything else I have to do to activate this? Maybe something on the account level?

已提問 5 年前檢視次數 4030 次
3 個答案
0

This has been a misunderstood RDS feature for a very long time, and one that still doesn't reflect what many customers expect. While the expectation is that instances with AMVU allowed will be automatically updated to the latest minor version soon after its release, the actual usage is that periodically AWS will decide to apply a minor version to all applicable instances that allow AMVU. So if you want your instances to stay updated with the latest minor version you will need to do it yourself, either manually or with a script you schedule to run periodically.

HalTemp
已回答 5 年前
0

I see, then it was a misunderstanding on my part.
Is this for minor versions that contain critical fixes, or in what cases does AWS apply updates? I have a hard time finding documentation on the details of this setting.

已回答 5 年前
0

This is an old post now but I came across it while looking for the answer to this question so I am adding a comment for others as the AWS documentation that I have found is very misleading.

Your instance will only auto-upgrade if there is a version of your database with AutoUpgrade set to true in the output of this command:

aws rds describe-db-engine-versions

The AutoUpgrade value is currently set to false for most database versions and I have not found any documentation that states when these values are set to true but this forum post has a little more information: https://forums.aws.amazon.com/thread.jspa?threadID=306358

kevinc
已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南