Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 518 Bytes

File metadata and controls

14 lines (10 loc) · 518 Bytes

Docker Image to Backup Postgres to Azure Blob Storage

Build

Create a docker image with the following command:

docker build -t helfenkannjeder/postgresbackup .

Test

You can test the docker image just buy typing docker-compose up. The URL in docker-compose.yml needs to contain a valid URL to upload the generated SQL file. You can follow the instructions to generate a SAS token from the Azure website.