Replies: 1 comment
-
Hi |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am trying to upgrade Postgresql in an existing stack, and I am having trouble figuring out how to set this up in CDK. My existing code looks like this:
Postgresql 16.2 is supported in the us-east-1 region, so I tried to change my code to:
... and when I try to deploy I am getting this error:
The stack named XxxDatabase248B40BE failed to deploy: UPDATE_ROLLBACK_COMPLETE: Resource handler returned message: "DBClusterParameterGroup not found: default.aurora-postgresql16.2 (Service: Rds, Status Code: 404, Request ID: f7d9b870-34db-4931-b05c-328a926df03c)" (RequestToken: 871870cc-309c-6330-d07b-50f7550d720a, HandlerErrorCode: NotFound)
Any pointers?
Thanks!
Franck
Beta Was this translation helpful? Give feedback.
All reactions