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

Update to use pg 15 #573

Merged
merged 1 commit into from
Jan 1, 2024
Merged

Update to use pg 15 #573

merged 1 commit into from
Jan 1, 2024

Conversation

c-simpson
Copy link
Collaborator

We'd seen weird connection drops with 13.2. 15.4 seems to fix it.

@carrollsa
Copy link
Collaborator

Do we also need to update the tag value to "15.4-alpine" in helm-chart/values.yaml?

volumes:
- postgres:/var/lib/postgresql/data
- postgres15:/var/lib/postgresql15/data
Copy link
Collaborator

Choose a reason for hiding this comment

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

Just for my own learning, can you tell me why we need to update volume name and directory here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That was an attempt to preserve the old pg13 install/data to make moving easier

@c-simpson
Copy link
Collaborator Author

Do we also need to update the tag value to "15.4-alpine" in helm-chart/values.yaml?

Yes, good catch!

@c-simpson
Copy link
Collaborator Author

Closes #571
Right, @carrollsa ?

@c-simpson
Copy link
Collaborator Author

Made the mistake of saying "Will cl*se # 573" in #597, so it did. Meant to merge in any case

@c-simpson c-simpson merged commit b777e36 into master Jan 1, 2024
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.

2 participants