-
Notifications
You must be signed in to change notification settings - Fork 176
feat: update PostgreSQL to new base images #2609
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ani1357
approved these changes
Oct 22, 2025
CasLubbers
reviewed
Oct 23, 2025
merll
commented
Oct 24, 2025
CasLubbers
approved these changes
Oct 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
π Summary
This PR updates platform and image catalog images for CloudnativePG databases from the deprecated Debian
bullseyebase images to the recenttrixie. Since that includes newer libraries, reindexing is required.Runtime upgrades were changed to run asynchronously per application. This avoids unnecessary waiting cycles (i.e. one app still waiting to sync, while another would be ready), and also upgrade failures of one app affecting another.
NOTE: Upgrade notes should include the following post-upgrade information:
imageName). These workloads will show a warning in their logs on every connect, and every client will also receive a warning message about needing to run the SQL script below. Only for platform databases, this is performed automatically.postgres). The duration and expected load depends on the size of the database.kubectlaccess to the cluster the following command lines can be used. Before the SQL operations, the primary pod needs to be determined:π Reviewer Notes
π§Ή Checklist