From 87bd48db66d26cfc37b3b9dd4a90b10200a02c34 Mon Sep 17 00:00:00 2001 From: Musab Abuasi Date: Sun, 3 Nov 2024 11:33:39 +0200 Subject: [PATCH] Update README.md with pgbackup-sidcar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5cc33e3..82b6898 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ * [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. +* [pgbackup-sidecar](https://github.com/Musab520/pgbackup-sidecar) - `pgbackup-sidecar` is a lightweight Docker sidecar container designed to automate regular backups of a PostgreSQL database using `pg_dump`, `cron`, and bash scripts while also sending output to a webhook. ### GUI * [Adminer](https://www.adminer.org/) - Full-featured database management tool written in PHP.