I am trying to update my RDS engine as always

0

I am getting this error:

"We're sorry, your request to modify DB instance rdsamazon has failed. The AllowMajorVersionUpgrade flag must be present when upgrading to a new major version."

LucasG
asked 6 months ago1151 views
2 Answers
2
Accepted Answer

Hi LucasG,

The AllowMajorVersionUpgrade flag must be set to true before you will be able to upgrade to a new major version on your Amazon RDS cluster. It is not a required field in AWS CloudFormation templates, or the API or CLI ( --allow-major-version-upgrade). AWS will assume an implicit false if not provided. So to allow for an upgrade to occur if you are specifying a newer major version, you need to set this flag to TRUE. If you set the major version alone, then the request will fail with the error you are receiving. You can view the CloudFormation syntax for this field here.

References:

profile pictureAWS
Jen_F
answered 6 months ago
profile picture
EXPERT
reviewed a month ago
0

Hi Jen, Thank you for the answer, sorry for the delay. Could you give me more details about how can I change this flag to TRUE?

LucasG
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions