Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pgxman download url and extension versions #230

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update pgxman download url and extension versions
* Update to the official pgxman download url
* Update extension versions
owenthereal committed Jan 25, 2024
commit e06512ef40346224eb570f07e4dd46c6dc17066c
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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"
2 changes: 1 addition & 1 deletion third-party/pgxman/pgxman_14.yaml
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions third-party/pgxman/pgxman_14_spilo.yaml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion third-party/pgxman/pgxman_15.yaml
Original file line number Diff line number Diff line change
@@ -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"