Skip to content

Bumped Postgres Engine version to 16.6 because AWS stopped supporting 16.1 #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

svpino
Copy link

@svpino svpino commented Jan 23, 2025

Fixes issue #64.

@@ -598,7 +598,7 @@ Resources:
DeleteAutomatedBackups: 'true'
StorageType: 'gp2'
Engine: 'postgres'
EngineVersion: '16.1'
EngineVersion: '16.6'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR. Do you know if it is possible to just set the EngineVersion to 16 so we don't have to keep bumping the minor version on this template?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure. I'll see if I can find some time to test this.

@NicDionne
Copy link

Hello @josephsirak, @svpino, just got the error from the issue #64. When creating using cloudformation, is it possible to merge ? thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants