Skip to content

Commit

Permalink
Print pg_dump version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Mar 9, 2022
1 parent c1c60a2 commit 3065c93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13
FROM alpine:3.15

RUN apk update \
&& apk --no-cache add dumb-init postgresql-client curl aws-cli
Expand Down
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ if [ "${S3_S3V4}" = "yes" ]; then
aws configure set default.s3.signature_version s3v4
fi

pg_dump --version
pg_restore --version

if [ -z "${SCHEDULE}" ]; then
sh backup.sh
else
Expand Down

0 comments on commit 3065c93

Please sign in to comment.