Align CI Postgres version with production CNPG (16 -> 17) #139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/ci-postgres-17"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
CI Woodpecker service was running
postgres:16while production CNPG runs 17.4. Bumps topostgres:17to eliminate migration drift risk.Changes
.woodpecker.yaml:postgres:16->postgres:17in services blockTest Plan
Review Checklist
Related Notes