-
Notifications
You must be signed in to change notification settings - Fork 79
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
[Request]: Add PostgreSQL 17 Support to Hydra (Cloud Native Postgres Operator) #272
Comments
I’m unsure if this is the right place to request this feature, as I couldn’t create a discussion thread. Please let me know if there’s a specific procedure I should follow for this type of request. |
I think pgxman is still not supporting postgres 17, so is there anyway to build the dockerfile without using pgxman ? |
The 1st issue is
Then we get compilation errors.
As hydra is based on citus we can find there several MRs for support PG17, that can be used as a reference for Hydra PG17 citusdata/citus#7699 |
@wuputah @owenthereal @JerrySievert, other hydra maintainers do you need any help from us to support PG17? |
1st MR #276 |
unfortunately, the existing tests do not run on pg17, and will need to be redone - see JerrySievert@3614299 for all of the changes that were needed. |
thanks! I've got several such warnings with your commit
|
You need to use such construction to get
|
@JerrySievert do you mean this Broken Docker Hydra's pipeline for tests ?
Or you ran them and |
correct. no PR's without tests to go with them. test systems changed in pg16, which I adapted columnar's testing system to. it changed again in pg17. |
The 2nd preparation PR |
Now in PG17 hydra has an infinite loop problem when call
In PG17 code was refactored and now call of this function is in the loop (
At the current time, I'm beginning to fix it. Citus seems also haven't fixed it. need to adopt to stream API, appeared in PG17 x__x |
What's wrong?
Description:
PostgreSQL 17 introduces several key features like enhanced incremental backups and recovery, which are highly relevant for modern workflows. We request support for PostgreSQL 17 in Hydra to leverage these capabilities within Kubernetes/Openshift environments.
Request:
Thank you for your attention! Let us know how we can help or contribute to testing pre-release builds.
The text was updated successfully, but these errors were encountered: