Skip to content
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

Fixes upgrade rds postgres to 16.1 #383 #432

Merged
merged 1 commit into from Feb 13, 2024
Merged

Fixes upgrade rds postgres to 16.1 #383 #432

merged 1 commit into from Feb 13, 2024

Conversation

BreakingPitt
Copy link
Contributor

@BreakingPitt BreakingPitt commented Feb 13, 2024

Pull Request

Description

This pull request addresses issue #383 by upgrading the RDS PostgreSQL engine to version 16.1.

Changes

File: ./terraform/modules/storage/postgres/rds.tf

-  engine_version               = "15.5"
+  engine_version               = "16.1"

Fixes #383

Checklist:

  • [*] My code follows OCF's coding style guidelines
  • [*] I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked my code and corrected any misspellings

@peterdudfield peterdudfield merged commit 49d504b into openclimatefix:main Feb 13, 2024
@peterdudfield
Copy link
Contributor

peterdudfield commented Feb 13, 2024

Also got an error here
Screenshot 2024-02-13 at 16 27 35

So I have reverted the changes

@peterdudfield
Copy link
Contributor

My guess would be you need to update it here too

@peterdudfield
Copy link
Contributor

@BreakingPitt
Copy link
Contributor Author

BreakingPitt commented Feb 13, 2024 via email

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.

Upgrade rds postgres to 16.1
2 participants