From cb70a77f832360cc35aa146765b8ffabb46af2b7 Mon Sep 17 00:00:00 2001 From: Craig Kerstiens Date: Wed, 13 Apr 2022 13:51:09 -0700 Subject: [PATCH] Update README.md Updating wal-e to be clear as obsolete --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74eef9e..04cabd0 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ * [pgBackRest](https://pgbackrest.org/) - Reliable PostgreSQL Backup & Restore. * [pg\_back](https://github.com/orgrim/pg_back/) - pg\_back is a simple backup script * [pghoard](https://github.com/aiven/pghoard) - Backup and restore tool for cloud object stores (AWS S3, Azure, Google Cloud, OpenStack Swift). -* [wal-e](https://github.com/wal-e/wal-e) - Simple Continuous Archiving for PostgreSQL to S3, Azure, or Swift by Heroku. +* [wal-e](https://github.com/wal-e/wal-e) (obsolete) - Simple Continuous Archiving for PostgreSQL to S3, Azure, or Swift by Heroku. * [wal-g](https://github.com/wal-g/wal-g) - The successor of WAL-E rewritten in Go. Currently supports cloud object storage services by AWS (S3), Google Cloud (GCS), Azure, as well as OpenStack Swift, MinIO, and file system storages. Supports block-level incremental backups, offloading backup tasks to a standby server, provides parallelization and throttling options. In addition to Postgres, WAL-G can be used for MySQL and MongoDB databases. * [pitrery](https://dalibo.github.io/pitrery/) - pitrery is a set of Bash scripts to manage Point In Time Recovery (PITR) backups for PostgreSQL.