From 388d7d6662e78dc527335d322e3920ad8c120f2b Mon Sep 17 00:00:00 2001 From: Andrey Borodin Date: Wed, 28 Mar 2018 11:35:21 +0500 Subject: [PATCH] Add WAL-G right after WAL-E --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65cf1c1..23d9d30 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ * [pg\_back](https://github.com/orgrim/pg_back/) - pg\_back is a simple backup script * [pghoard](https://github.com/ohmu/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-g](https://github.com/wal-g/wal-g) - The successor of WAL-E rewritten in Go. Currently supports S3 only. * [pitrery](https://dalibo.github.io/pitrery/) - pitrery is a set of Bash scripts to manage Point In Time Recovery (PITR) backups for PostgreSQL. ### GUI