Skip to content

Commit

Permalink
Update pgxman download url and extension versions (#230)
Browse files Browse the repository at this point in the history
* Update to the official pgxman download url
* Update extension versions

Co-authored-by: Owen Ou <[email protected]>
  • Loading branch information
wuputah and owenthereal authored Jan 26, 2024
1 parent 590a92a commit 281e8e2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ ARG POSTGRES_BASE_VERSION
# Always force rebuild of this layer
ARG TIMESTAMP=1
COPY third-party/pgxman /tmp/pgxman/
RUN curl -sfL https://github.com/pgxman/release/releases/latest/download/install.sh | sh -s -- /tmp/pgxman/pgxman_${POSTGRES_BASE_VERSION}.yaml && \
RUN curl -sfL https://install.pgx.sh | sh -s -- /tmp/pgxman/pgxman_${POSTGRES_BASE_VERSION}.yaml && \
pgxman install pgsql-http=1.6.0 --pg ${POSTGRES_BASE_VERSION} --yes && \
rm -rf /tmp/pgxman
2 changes: 1 addition & 1 deletion Dockerfile.spilo
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ ENV PGVERSION=${POSTGRES_BASE_VERSION} SPILO_PROVIDER=local PGUSER_SUPERUSER=pos
# Always force rebuild of this layer
ARG TIMESTAMP=1
COPY third-party/pgxman /tmp/pgxman/
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 && \
RUN curl -sfL https://install.pgx.sh | sh -s -- /tmp/pgxman/pgxman_13.yaml /tmp/pgxman/pgxman_14_spilo.yaml && \
rm -rf /tmp/pgxman
2 changes: 1 addition & 1 deletion third-party/pgxman/pgxman_13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ postgres:
version: "13"
extensions:
- name: "multicorn"
version: "2.4+b68b75c"
version: "2.4.0+b68b75c"
- name: "mysql_fdw"
version: "2.9.1"
- name: "parquet_s3_fdw"
Expand Down
2 changes: 1 addition & 1 deletion third-party/pgxman/pgxman_14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ postgres:
version: "14"
extensions:
- name: "multicorn"
version: "2.4+b68b75c"
version: "2.4.0+b68b75c"
- name: "mysql_fdw"
version: "2.9.1"
- name: "parquet_s3_fdw"
Expand Down
4 changes: 2 additions & 2 deletions third-party/pgxman/pgxman_14_spilo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ postgres:
version: "14"
extensions:
- name: "multicorn"
version: "2.4+b68b75c"
version: "2.4.0+b68b75c"
overwrite: true
- name: "mysql_fdw"
version: "2.9.1"
- name: "parquet_s3_fdw"
version: "1.0.0+5298b7f"
overwrite: true
- name: "pg_ivm"
version: "1.5.1"
version: "1.7.0"
- name: "pgvector"
version: "0.5.1"
- name: "pg_hint_plan-14"
Expand Down
2 changes: 1 addition & 1 deletion third-party/pgxman/pgxman_15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ postgres:
version: "15"
extensions:
- name: "multicorn"
version: "2.4+b68b75c"
version: "2.4.0+b68b75c"
- name: "mysql_fdw"
version: "2.9.1"
- name: "parquet_s3_fdw"
Expand Down

0 comments on commit 281e8e2

Please sign in to comment.