Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
/ pg-backup Public archive

Backup container to backup backups of data storage

Notifications You must be signed in to change notification settings

CoderDojo/pg-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Postgres Backup Script

Script for backing up postres database dumps to AWS S3

Start

docker run --rm \
  -e PGHOST="" \
  -e PGPORT="" \
  -e PGDATABASE="" \
  -e PGUSER="" \
  -e PGPASSWORD="" \
  -e AWS_ACCESS_KEY_ID="" \
  -e AWS_SECRET_ACCESS_KEY="" \
  -e S3_BUCKET="" \
  CoderDojo/pg-backup

Build

docker build . --tag=coderdojo/pg-backup

Push

docker push coderdojo/pg-backup

About

Backup container to backup backups of data storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published