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?

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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠