Dockerfile/Dockerfile at master · jbergknoff/Dockerfile
FROM alpine:3.12 RUN apk --no-cache add postgresql-client ENTRYPOINT [ "psql" ]
jbergknoff/postgresql-client - Docker Image | Docker Hub
Executing Shell Commands with Node.js
New for AWS Lambda – Container Image Support | AWS News Blog
Backup a database using AWS Lambda container
jameshy/pgdump-aws-lambda: Lambda function for executing pg_dump and streaming the output to s3.
How to install psql on Mac, Ubuntu, Debian, Windows
https://formulae.brew.sh/formula/postgresql@11
brew install libpqbrew link --force libpq
if [ $maxline == "#SystemMaxUse=" ]; then apk --no-cache add postgresql-client; fi
No comments:
Post a Comment