Functions to upgrade Aurora MySQL engine version not available in console

0

I want to upgrade my Aurora cluster from v2.08.03 (current version) to v2.11.1. According to the instructions here (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.Patching.html ) using the console I should "change the Aurora MySQL engine version in the DB engine version box". BUT in the DB engine version box I find only one option: Aurora MySQL (compatible with MySQL 5.7.2.08.3). Modify Aurora DB cluster

In addition, in the Maintenance section I don't find the option "Enable auto minor version upgrade setting".

1개 답변
0

Here are a few helpful hints Automatic minor version upgrade doesn't apply to the following kinds of Aurora MySQL clusters: Multi-master clusters. Clusters that are part of an Aurora global database. Clusters that have cross-Region replicas. If any of the DB instances in a cluster don't have the auto minor version upgrade setting turned on, Aurora doesn't automatically upgrade any of the instances in that cluster. Make sure to keep that setting consistent for all the DB instances in the cluster.

In addition to the above, Aurora's Version Policy documentation regarding AMVU, says "We typically schedule automatic upgrades twice a year for DB clusters that have the Auto minor version upgrade setting set to Yes."

aws rds describe-db-instances
--query '*[].{DBClusterIdentifier:DBClusterIdentifier,DBInstanceIdentifier:DBInstanceIdentifier,AutoMinorVersionUpgrade:AutoMinorVersionUpgrade}'

in addition at https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.Patching.html#AuroraMySQL.Updates.Patching.ModifyEngineVersion you can find the CLI commands

답변함 일 년 전

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

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

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

관련 콘텐츠