-
Notifications
You must be signed in to change notification settings - Fork 45
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
Supplied PG_VERSIONS gets ignored in Makefile #470
Comments
There is a version check using |
Thanks for pointing me to the versions.yaml. I think the issue was I used 2.15.2 which is not listed there. |
Testing with ALL_VERSIONS set to true and Timescale version 2.15.1 outputs: |
It's definitely listed there in the master branch, but I see that somebody forgot to cut a release for the latest. Test with the master branch, or the latest release please! You could also use the latest builds as well, as they have timescale 2.15.2 already. https://github.com/timescale/timescaledb-docker-ha/actions/runs/9560527979#summary-26355753602 |
Could this line of code be fixed to take into account PG_VERSIONS passed in as a parameter? |
PostgreSQL 12 is not supported by Timescale 2.12 and higher (https://docs.timescale.com/self-hosted/latest/upgrades/upgrade-pg/). This means Docker fails to build when I set ALL_VERSIONS to true while using new Timescale release. Even when I supply PG_VERSIONS they get set to PG_MAJOR in Makefile. Perhaps there should be another check for supplied PG_VERSIONS or version 12 removed from list when PG_MAJOR is 15 or 16?
The text was updated successfully, but these errors were encountered: