wrappers
wrappers copied to clipboard
Binary release does not work on newer distros
Bug report
- [x ] I confirm this is a bug with Supabase, not with my own application.
- [ x] I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
The released wrappers need libssl1.1 which is not included in modern Debian and Ubuntu. That way it's necessary to build the extension locally before including in a modern PostgreSQL-Container.
I am a little confused that it uses the old libssl, because the ubuntu-latest runner should be Ubuntu 22.04 which uses a new openssl.
The wrappers is released on Ubuntu 20.04 and linked with libssl1.1 by default, which can provide better backwards compatibility. If you need it to support new distros, I think it is better to customise and build in your own environment.
BTW: I build packages to be consumed by modern Debian and Ubuntu at https://ibotty.github.io/postgresql-related-packages/