Remove postgres job and packages; replace with postgres-release#2764
Draft
ZPascal wants to merge 1 commit into
Draft
Remove postgres job and packages; replace with postgres-release#2764ZPascal wants to merge 1 commit into
ZPascal wants to merge 1 commit into
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
cd8eaf2 to
d8874e6
Compare
d8874e6 to
9829099
Compare
- Delete jobs/postgres (fully removed) - Delete packages/postgres-15 (only used by removed jobs/postgres job) - Remove blob entries for postgres packages from config/blobs.yml - Remove CI blob-bumping tasks and postgres source resources - Delete spec/postgres_bpm_spec.rb (tested removed job) - Add docs/postgres-migration.md for operators migrating to postgres-release Note: packages/postgres-13 is retained because jobs/postgres-13 (currently deprecated) still depends on it. Both will be removed in the next release.
9829099 to
aa82d92
Compare
This was referenced Jul 15, 2026
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
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
Removes the homegrown `postgres` job and `postgres-15` package from this repo, replacing them with cloudfoundry/postgres-release.
What changed
Note on postgres-13
`packages/postgres-13` is retained in this PR because `jobs/postgres-13` (currently being deprecated in PR #2778) still depends on it. Both will be removed in the next bosh release.
Why
The in-tree postgres jobs have been a maintenance burden: every PostgreSQL minor release required a blob bump, a packaging script change, and a new Docker image. postgres-release is a dedicated, well-maintained release that handles packaging, upgrades, and OS compatibility.
Migration path for operators
See `docs/postgres-migration.md` for the full guide.
Related PRs
This is one of three independent PRs split from the original postgres-release migration:
Test plan