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.
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.