Skip to content

Commit 48e6a39

Browse files
committed
chore: fix walg installation
1 parent 85f92c6 commit 48e6a39

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,6 @@ COPY --from=pg_repack /tmp/*.deb /tmp/
771771
COPY --from=pgvector /tmp/*.deb /tmp/
772772
COPY --from=pg_tle /tmp/*.deb /tmp/
773773
COPY --from=supautils /tmp/*.deb /tmp/
774-
COPY --from=walg /tmp/wal-g /usr/local/bin/
775774

776775
####################
777776
# Build final image
@@ -780,6 +779,8 @@ FROM base as production
780779

781780
# Setup extensions
782781
COPY --from=extensions /tmp /tmp
782+
COPY --from=walg /tmp/wal-g /usr/local/bin/
783+
783784
ENV DEBIAN_FRONTEND=noninteractive
784785
RUN apt-get update && apt-get install -y --no-install-recommends \
785786
/tmp/*.deb \

ansible/vars.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ postgres_exporter_release_checksum:
4141
arm64: sha256:d869c16791481dc8475487ad84ae4371a63f9b399898ca1c666eead5cccf7182
4242
amd64: sha256:ff541bd3ee19c0ae003d71424a75edfcc8695e828dd20d5b4555ce433c89d60b
4343

44-
adminapi_release: 0.41.0
44+
adminapi_release: 0.44.3
4545
adminmgr_release: 0.3.1
4646

4747
# Postgres Extensions

common.vars.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.82"
1+
postgres-version = "15.1.0.83"

0 commit comments

Comments
 (0)