-
Notifications
You must be signed in to change notification settings - Fork 1
[DPE-6749] Postgresql 16 #4
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on https://github.com/dragomirp/postgresql-snap/actions/runs/13594508869/job/38008472271 seems like the branch should be picked correctly.
uses: canonical/data-platform-workflows/.github/workflows/release_snap.yaml@v30.1.3 | ||
with: | ||
channel: 14/edge | ||
channel: ${{ github.ref_name }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alternatively we can have a permanent diff here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with either
uses: canonical/data-platform-workflows/.github/workflows/release_snap.yaml@v30.1.3 | ||
with: | ||
channel: 14/edge | ||
channel: ${{ github.ref_name }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with either
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
* [DPE-6749] Postgresql 16 (#4) * Postgresql 16 * Switch to platforms * Refs to pg14 * Missing perl * [MISC] Update PG version and dual branch configuration (#6) * Dual branch configuration * PG version bump * Remove unneeded tox config (#8) * Lock file maintenance Python dependencies (#14) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update canonical/data-platform-workflows action to v31 (#13) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Remove prefixes * Move config to SNAP_DATA * Twea install * Fake clustering * Cluster script * Use postgresql-common * Override PG user * Less restrictive wrappers * Create cluster filtering * Apply suggestions from code review Co-authored-by: Alex Lutay <1928266+taurus-forever@users.noreply.github.com> * Fix root check * Make pg_ctlcluster accessible to rename and drop cluster * Startup checks * Remove sytemd errors when dropping or renaming a cluster * Set priv wrapper for ctl and conftool * Tweaks --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Lutay <1928266+taurus-forever@users.noreply.github.com>
Adding PG 16 due to popular demand.