Skip to content
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

Any plans on releasing builds? (Reincorporate release deb packages) #144

Open
ayazemre opened this issue Aug 29, 2024 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@ayazemre
Copy link

I am using your pg_graphql extension and it has prebuilt deb packages. Is there a way to add this without compiling ourselves?

@steve-chavez
Copy link
Member

steve-chavez commented Sep 3, 2024

We used to do releases but we removed them on c04cb77, this because Ubuntu 20.04 Focal comes with libcurl 7.68 and since c2ba87b, we require libcurl >= 7.83.

If newer Ubuntu versions come with the required libcurl, it might be possible to reincorporate the deb packages.

  • Ubuntu 22.04 wouldn't work because it has libcurl 7.81 unfortunately (ref)
  • Ubuntu 24.04 should be fine, it has libcurl 8.5.0 (ref)

@steve-chavez steve-chavez changed the title Any plans on releasing builds? Any plans on releasing builds? (Reincorporate release deb packages) Sep 3, 2024
@steve-chavez steve-chavez added the enhancement New feature or request label Sep 3, 2024
@ayazemre
Copy link
Author

Thank you for your response. Since this is not an actual issue I wanted to ask here. Will there be support for multiple databases soon? In same postgres setup I would like to use this per database instead of 1. I would like to contribute if needed and if I can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants