Sign inSign up

ericbarch/postgres-backup

By ericbarch

Updated over 7 years ago

Image to create PostgreSQL DB backups

Image
0

294

ericbarch/postgres-backup repository overview

Container to create PostgreSQL Backups

Minimalisitic container (only 25MB) for backing up Postgres databases.

Goal

Easily backup your PostgreSQL Database.

Intended to be used with:

  1. Kubernetes for creating CronJobs that periodically back up your database.
  2. Container Instances (e.g Azure Container Instances, AWS Fargate) that can be scheduled at specified times.
  3. Your computer! It's smaller than pgAdmin.

Running manually on your computer

docker run -v /host/backup_dir:/pg_backup ericbarch/postgres-backup

Tag summary

Content type

Image

Digest

Size

12.3 MB

Last updated

over 7 years ago

docker pull ericbarch/postgres-backup