Backup Postgresql Docker

This page summarizes the projects mentioned and recommended in the original post on /r/PostgreSQL

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • postgres

    Docker Official Image packaging for Postgres (by docker-library)

  • I am using the following docker image https://github.com/docker-library/postgres. I want the ability to make regular backups to my S3 bucket. PITR is not necessary but a nice to have. I've tried to use https://github.com/wal-e/wal-e but I've not found something that works very well with docker.

  • wal-e

    Continuous Archiving for Postgres

  • I am using the following docker image https://github.com/docker-library/postgres. I want the ability to make regular backups to my S3 bucket. PITR is not necessary but a nice to have. I've tried to use https://github.com/wal-e/wal-e but I've not found something that works very well with docker.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • docker-postgres-wale

    Postgres docker container with WALE-E installed

  • Everything online seems to be very old. For example this: https://github.com/lukesmith/docker-postgres-wale. They are all using a very old version of postgresql. If I try to using something newer like version 12, it doesn't work because the newer images don't allow an easy way to execute scripts after the postgres instance has started. Well, you can execute scripts but scripts that need root access don't work.

  • pgBackRest

    Reliable PostgreSQL Backup & Restore

  • pgBackrest and barman can backup to S3

  • spilo

    Highly available elephant herd: HA PostgreSQL cluster using Docker

  • bmw12-simple-postgresql-backup

    A simple Postgresql backup tool that uploads to an s3 bucket.

  • wal-g

    Archival and Restoration for databases in the Cloud

  • I think what you are looking for is https://github.com/wal-g/wal-g. It is the more modern version of wal-e.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • deck-chores

    A job scheduler for Docker containers, configured via labels.

  • run a 'deck-chores' container on the local host: https://github.com/funkyfuture/deck-chores This gives you a docker 'aware' cron driven directly by container labels

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts