CrunchyData / crunchy-containers

Containers for Managing PostgreSQL on Kubernetes by Crunchy Data
https://www.crunchydata.com/
Apache License 2.0
1.01k stars 328 forks source link

TimescaleDB seems not to work on ubi8 image #1435

Closed iosifnicolae2 closed 2 years ago

iosifnicolae2 commented 2 years ago

When using the registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.2-3.1-1 image we're getting the following error:

ERROR:  could not access file "$libdir/timescaledb-2.5.0": No such file or directory
iosifnicolae2 commented 2 years ago

TimescaleDB 2.6.1 was released, so if you get the above error please update the PostgreSQL extension by running:

ALTER EXTENSION timescaledb UPDATE;