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
已提問 7 個月前檢視次數 1222 次
2 個答案
2
已接受的答案

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
已回答 7 個月前
profile picture
專家
已審閱 2 個月前
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
已回答 6 個月前

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

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

回答問題指南