Skip to content

Commit 6b5c685

Browse files
authored
Update pgxman download url and extension versions (#229)
* Update to the official pgxman download url * Update extension versions
1 parent 590a92a commit 6b5c685

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ ARG POSTGRES_BASE_VERSION
2121
# Always force rebuild of this layer
2222
ARG TIMESTAMP=1
2323
COPY third-party/pgxman /tmp/pgxman/
24-
RUN curl -sfL https://github.com/pgxman/release/releases/latest/download/install.sh | sh -s -- /tmp/pgxman/pgxman_${POSTGRES_BASE_VERSION}.yaml && \
24+
RUN curl -sfL https://install.pgx.sh | sh -s -- /tmp/pgxman/pgxman_${POSTGRES_BASE_VERSION}.yaml && \
2525
pgxman install pgsql-http=1.6.0 --pg ${POSTGRES_BASE_VERSION} --yes && \
2626
rm -rf /tmp/pgxman

Dockerfile.spilo

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ ENV PGVERSION=${POSTGRES_BASE_VERSION} SPILO_PROVIDER=local PGUSER_SUPERUSER=pos
3535
# Always force rebuild of this layer
3636
ARG TIMESTAMP=1
3737
COPY third-party/pgxman /tmp/pgxman/
38-
RUN curl -sfL https://github.com/pgxman/release/releases/latest/download/install.sh | sh -s -- /tmp/pgxman/pgxman_13.yaml /tmp/pgxman/pgxman_14_spilo.yaml && \
38+
RUN curl -sfL https://install.pgx.sh | sh -s -- /tmp/pgxman/pgxman_13.yaml /tmp/pgxman/pgxman_14_spilo.yaml && \
3939
rm -rf /tmp/pgxman

third-party/pgxman/pgxman_13.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ postgres:
33
version: "13"
44
extensions:
55
- name: "multicorn"
6-
version: "2.4+b68b75c"
6+
version: "2.4.0+b68b75c"
77
- name: "mysql_fdw"
88
version: "2.9.1"
99
- name: "parquet_s3_fdw"

third-party/pgxman/pgxman_14.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ postgres:
33
version: "14"
44
extensions:
55
- name: "multicorn"
6-
version: "2.4+b68b75c"
6+
version: "2.4.0+b68b75c"
77
- name: "mysql_fdw"
88
version: "2.9.1"
99
- name: "parquet_s3_fdw"

third-party/pgxman/pgxman_14_spilo.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ postgres:
33
version: "14"
44
extensions:
55
- name: "multicorn"
6-
version: "2.4+b68b75c"
6+
version: "2.4.0+b68b75c"
77
overwrite: true
88
- name: "mysql_fdw"
99
version: "2.9.1"
1010
- name: "parquet_s3_fdw"
1111
version: "1.0.0+5298b7f"
1212
overwrite: true
1313
- name: "pg_ivm"
14-
version: "1.5.1"
14+
version: "1.7.0"
1515
- name: "pgvector"
1616
version: "0.5.1"
1717
- name: "pg_hint_plan-14"

third-party/pgxman/pgxman_15.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ postgres:
33
version: "15"
44
extensions:
55
- name: "multicorn"
6-
version: "2.4+b68b75c"
6+
version: "2.4.0+b68b75c"
77
- name: "mysql_fdw"
88
version: "2.9.1"
99
- name: "parquet_s3_fdw"

0 commit comments

Comments
 (0)