guardian / typerighter

Even if you’re the right typer, couldn’t hurt to use Typerighter!
Apache License 2.0
276 stars 12 forks source link

Changes RDS postgress db version to Major 11 #132

Closed SHession closed 3 years ago

SHession commented 3 years ago

What does this change?

This PR changes the Postgres engine version to "11" from "11.8". This was necessary due to infra drift, causing failing deploys. The RDS instances are currently on "11.10" and were rejecting deploys due to the downgrade in version. Changing the version to major 11 allows the deploy to continue as normal.

Please note, there is no 11.10 currently available in the CDK. The highest available version is 11.9

How to test

Are we able to deploy as normal? We no longer see failed deploys like this one.