5
Update Ubuntu version of supabase/postgres Docker image
Source: supabase/supabase#22024 · opened by @pschaefer2305
The current supabase/postgres is based on Ubuntu 20.04. It uses an old version of OpenSSL. For a self hosting of Supabase I want to use the pg_bm25 Postgres extension ( Using the current version I get the following error:
FATAL: could not load library "/usr/lib/postgresql/15/lib/pg_bm25.so": libssl.so.3: cannot open shared object file: No such file or directory
It is related to the wrong OpenSSL version in Ubuntu 20.04. As Ubuntu 20.04 is getting older and older, I suggest to update the version to a newer LTS version. What do you think?
FATAL: could not load library "/usr/lib/postgresql/15/lib/pg_bm25.so": libssl.so.3: cannot open shared object file: No such file or directory
It is related to the wrong OpenSSL version in Ubuntu 20.04. As Ubuntu 20.04 is getting older and older, I suggest to update the version to a newer LTS version. What do you think?
No pledges yet. Be the first to back this.
Comments
Similar requests
Configure External PostgreSQL for Supabase Instead of supabase-db
3 votes · 0 comments
Upgarding supabase postgres to 15.7 ?
4 votes · 0 comments
Introducing supabase to the Haskell ecosystem
9 votes · 0 comments
Custom query parameter on postgrest-js
4 votes · 0 comments
Native integration between Supabase and ChartDB
27 votes · 0 comments
No comments yet.