RDS upgrade for mariadb AllowMajorVersionUpgrade error

0

I am attempting to upgrade my RDS MariaDB from 10.3 to 10.11 according to the directions here under "Manually ...": https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html

When I click the final "Modify DB instance" button, I get an error stating: "We're sorry, your request to modify DB instance ***** has failed. The AllowMajorVersionUpgrade flag must be present when upgrading to a new major version."

Where can I set that flag?

JCN
질문됨 8달 전1118회 조회
1개 답변
0

Hello.

I have also experienced the same error in the past.
For unknown reasons, I couldn't do it from the management console, so I upgraded using the AWS CLI.
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/modify-db-instance.html

aws rds modify-db-instance --db-instance-identifier "RDS-Name" --engine-version "Version" --db-parameter-group-name "Parameter-Group" --allow-major-version-upgrade --apply-immediately --region ap-southeast-2
profile picture
전문가
답변함 8달 전

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

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

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

관련 콘텐츠