wal-e VS docker-postgres-wale

Compare wal-e vs docker-postgres-wale and see what are their differences.

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
wal-e docker-postgres-wale
8 1
3,469 14
0.0% -
3.0 0.0
over 1 year ago almost 9 years ago
Python Shell
BSD 3-clause "New" or "Revised" License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

wal-e

Posts with mentions or reviews of wal-e. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-27.
  • Ask HN: What do you use to backup your VMs?
    4 projects | news.ycombinator.com | 27 Sep 2024
    For me, it's case-by-case. I don't back up the VMs directly, just the date of the stateful applications running on the VMs (or bare metal servers, I do identical stuff for them).

    For postgres, I used to just have a systemd timer that would `pg_dumpall` and throw it in s3.

    Now I use https://github.com/wal-e/wal-e to backup my postgresql databases.

    For other local files, I use borg backup for personal files and services I just run for myself, and I use restic to backup server files to s3.

    The operating system's configuration is all stored in git via the magic of NixOS, so I don't have to worry about files in /etc, they all are 100% reproducible from my NixOS configuration.

  • Run PostgreSQL. The Kubernetes Way
    6 projects | news.ycombinator.com | 22 Sep 2023
    See the GitHub: https://github.com/wal-e/wal-e

    Unmaintained would’ve made more sense to say, but the maintainer choose the words “obsolete” so I took those. :)

    Seems to be obsolete due to a lack of interest and contributions.

  • Are stupid database questions allowed? If a database is backed up only every hour, do we just lose the unbacked up data within the one hour time frame?
    2 projects | /r/devops | 27 May 2023
    I believe the idea originally started with Wal-E project (https://github.com/wal-e/wal-e) since then there were many improvements to it and AWS no doubt has their own proprietary solution.
  • Recovering a PostgreSQL Database After a Hard Drive Failure
    2 projects | news.ycombinator.com | 31 Dec 2021
    Hope this helps someone out there.

    https://github.com/wal-e/wal-e

  • Advice for syncing a Postgres database with a TimescaleDB database
    1 project | /r/dataengineering | 3 Dec 2021
    Running your own postgres server on AWS is not difficult. You'll want to get familiar with EBS and look into using a tool like wal-e to manage your WAL logs and ensure yuor ability to recover from the various exciting failure modes that Amazon makes available to you.
  • Change Data Capture with Debezium
    2 projects | /r/RedditEng | 1 Nov 2021
    These read-replicas leveraged WAL segments created by the primary database; however, we didn’t want to bog down the primary database with each replica by reading directly from production. To circumvent this issue, we leverage wal-e, a tool that performs continuous archiving of PostgreSQL WAL files and base backups, and read replicas restored from s3 or gcs versus reading directly from the primary database.
  • Automate pg_basebackup in linux
    2 projects | /r/PostgreSQL | 5 Jun 2021
    Have a look at barman, pgBackrest or for maybe WAL-G or WAL-E
  • Backup Postgresql Docker
    8 projects | /r/PostgreSQL | 16 Apr 2021
    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.

docker-postgres-wale

Posts with mentions or reviews of docker-postgres-wale. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-16.
  • Backup Postgresql Docker
    8 projects | /r/PostgreSQL | 16 Apr 2021
    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.

What are some alternatives?

When comparing wal-e and docker-postgres-wale you can also consider the following projects:

wal-g - Archival and Restoration for databases in the Cloud

pghoard - PostgreSQL® backup and restore service

pgBackRest - Reliable PostgreSQL Backup & Restore

spilo - Highly available elephant herd: HA PostgreSQL cluster using Docker

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured

Did you know that Python is
the 2nd most popular programming language
based on number of references?