-
Notifications
You must be signed in to change notification settings - Fork 50
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
Please match Timescaldb's supported PostgreSQL versions #453
Comments
@jaskij The Testing section of the README has PG12, PG13 and PG14 all listed. I'm think perhaps the use of PG13 in the Setup introductions made you think PG14 is not supported? Thank you for you feedback. We will make PG14 support stand out more. As an example, we will update the README to use PG14 in the Setup instructions. |
@jerryxwu two points here: There should be a separate section for supported versions. Or are you implying the toolkit isn't release ready yet, hence only the Testing section? The README at the tag does not list pg14 - that's what started this whole thing. One more question from me then: does |
@jaskij Great points. Really appreciate your feedback. |
@jaskij Sorry just realized that I've missed your last question.
Yes, PG 14 is supported. |
closed by #463 |
What's the functionality you would like to add
For
timescaledb-toolkit
to support the same PostgreSQL versions as TimescaleDBHow would the function be used
Why should this feature be added?
Currently, there is a very long delay in the toolkit supporting PostgreSQL 14 - none of the released versions do, although Timescale itself has had that support since 2.5.0 in October last year.
What scale is this useful at?
Any installation wanting to upgrade to PostgreSQL 14
Drawbacks
It puts more stress on the maintainers to actually keep up to date.
Open Questions
Are any questions we'd need to address before releasing this feature?
Comments
After having written this issue, but before submitting, I have actually tried building and using 1.7.0 with PostgreSQL - to my surprise it actually works, at least as far as our project goes. But the README only lists versions the toolkit is tested against - and those only mention
pg12
andpg13
, so it makes it seem as ifpg14
is not supported.The text was updated successfully, but these errors were encountered: