pgvector missing in timescaledb:latest-pg18-oss docker image
timescale/timescaledb:latest-pg18-oss
psql (18.0)
Type "help" for help.
postgres=# CREATE EXTENSION IF NOT EXISTS vector WITH SCHEMA PUBLIC;
ERROR: extension "vector" is not available
HINT: The extension must first be installed on the system where PostgreSQL is running.
postgresql18-dev is not available in alpine
Which image tag has both timescaledb and vector expressions?
no pg18 image has both atm. The above comment was a reference to the alpine package for pg18: https://pkgs.alpinelinux.org/packages?name=postgresql*-dev&branch=edge&repo=&arch=x86_64&origin=&flagged=&maintainer=
any update on this? it seems that postgresql18-dev is now available in alpine
It needs to be available in the version the postgres image uses which is 3.22. Its only available in edge but not 3.22 https://pkgs.alpinelinux.org/packages?name=postgresql*-dev&branch=v3.22&repo=&arch=x86_64&origin=&flagged=&maintainer=