You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I need pg16+patroni+timescaledb community.
I tried to set all extensions to "" to avoid ext libraries but it looks like the build script doesn't consider "" values for some extensions.
I tried POSTGIS_VERSIONS="" PG_AUTH_MON="" PGVECTOR="" H3="" PROMSCALE="" PGBOUNCER_EXPORTER_VERSION="" PGBACKREST_EXPORTER_VERSION="" make build-oss
ERROR: pg16 extension h3_postgis not found: (and not at /usr/lib/postgresql/16/lib/h3_postgis.so
Value TIMESCALEDB_VERSIONS=latest isn't work too.
Minimum working command for me POSTGIS_VERSIONS="" PG_AUTH_MON="" PGVECTOR="" PROMSCALE="" make build-oss
And I can't find a way to set image tag for the build command.
The text was updated successfully, but these errors were encountered:
igkg
changed the title
no timescaledb loader found for pg16
Can not exclude some extensions
Dec 10, 2023
igkg
changed the title
Can not exclude some extensions
Cannot exclude some extensions
Dec 10, 2023
Hello,
I need pg16+patroni+timescaledb community.
I tried to set all extensions to "" to avoid ext libraries but it looks like the build script doesn't consider "" values for some extensions.
I tried
POSTGIS_VERSIONS="" PG_AUTH_MON="" PGVECTOR="" H3="" PROMSCALE="" PGBOUNCER_EXPORTER_VERSION="" PGBACKREST_EXPORTER_VERSION="" make build-oss
ERROR: pg16 extension h3_postgis not found: (and not at /usr/lib/postgresql/16/lib/h3_postgis.so
Value
TIMESCALEDB_VERSIONS=latest
isn't work too.Minimum working command for me
POSTGIS_VERSIONS="" PG_AUTH_MON="" PGVECTOR="" PROMSCALE="" make build-oss
And I can't find a way to set image tag for the build command.
The text was updated successfully, but these errors were encountered: