Skip to content

Commit 3065c93

Browse files
committed
Print pg_dump version
1 parent c1c60a2 commit 3065c93

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.13
1+
FROM alpine:3.15
22

33
RUN apk update \
44
&& apk --no-cache add dumb-init postgresql-client curl aws-cli

entrypoint.sh

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ if [ "${S3_S3V4}" = "yes" ]; then
4646
aws configure set default.s3.signature_version s3v4
4747
fi
4848

49+
pg_dump --version
50+
pg_restore --version
51+
4952
if [ -z "${SCHEDULE}" ]; then
5053
sh backup.sh
5154
else

0 commit comments

Comments
 (0)