You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I change the config to use version 16.1 instead deploying the stack throws an error:
Deployment failed: Error: The stack named AuroraRegionalServerlessClusterStack failed to deploy: UPDATE_ROLLBACK_COMPLETE: Resource handler returned message: "The current DB instance parameter group auroraregionalserverlessclusterstack-rdsclusterparameters15instanceparametergroup9b8f89a2-ohjwbiih2vzd is custom. You must explicitly specify a new DB instance parameter group, either default or custom, for the engine version upgrade. (Service: Rds, Status Code: 400, Request ID: 40c0e300-d69f-4b24-ab30-ce69da729cc3)" (RequestToken: 039ba251-9331-77e5-1086-3169ee9d5b12, HandlerErrorCode: InvalidRequest)
The question is: how can I realize a major version upgrade by updating the stack (configuration)? I tried to add a configuration item with a boolean to indicate a major version upgrade, and in that case create a new parameter group, but that does not seem to help me very much.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have created a database cluster with CDK, created a PostgreSQL 15.4 cluster. I created a custom parametergroup like this (java)
When I change the config to use version 16.1 instead deploying the stack throws an error:
The question is: how can I realize a major version upgrade by updating the stack (configuration)? I tried to add a configuration item with a boolean to indicate a major version upgrade, and in that case create a new parameter group, but that does not seem to help me very much.
Beta Was this translation helpful? Give feedback.
All reactions