Skip to content

Commit 08f1eef

Browse files
committed
docs: correct postgres backup solution
1 parent d3c8850 commit 08f1eef

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

content/blog/top-open-source-postgres-backup-solution.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ WAL-G is an archival and restoration tool for databases in the Cloud, the spirit
3535
- **Supported Databases:** PostgreSQL only
3636
- **Best For:** Enterprises requiring centralized backup management
3737

38-
Barman (Backup and Recovery Manager) is an open-source administration tool for disaster recovery of PostgreSQL servers written in Python. It allows your organisation to perform remote backups of multiple servers in business critical environments to reduce risk and help DBAs during the recovery phase.
39-
40-
Barman is distributed under [GNU GPL 3](https://www.gnu.org/licenses/gpl-3.0.html) and maintained by [EnterpriseDB](https://www.enterprisedb.com/).
38+
Barman (**B**ackup **A**nd **R**ecovery Manager) is an open-source administration tool for disaster recovery of PostgreSQL servers written in Python. It allows your organisation to perform remote backups of multiple servers in business critical environments to reduce risk and help DBAs during the recovery phase.
4139

4240
## pgBackRest
4341

@@ -49,12 +47,12 @@ Barman is distributed under [GNU GPL 3](https://www.gnu.org/licenses/gpl-3.0.htm
4947
- **Supported Databases:** PostgreSQL only
5048
- **Best For:** Mission-critical, high-performance PostgreSQL workloads
5149

52-
pgBackRest, maintained by [Crunchy Data](https://www.crunchydata.com/), is designed for speed, reliability, and flexibility. It supports full, differential, and incremental backups with parallel processing, compression, encryption, and seamless cloud storage integration. Trusted by production teams worldwide, it’s one of the most capable PostgreSQL backup tools for both on-premises and cloud environments.
50+
pgBackRest, is designed for speed, reliability, and flexibility. It supports full, differential, and incremental backups with parallel processing, compression, encryption, and seamless cloud storage integration. Trusted by production teams worldwide, it’s one of the most capable PostgreSQL backup tools for both on-premises and cloud environments.
5351

5452
## pgBackWeb
5553

5654
- **GitHub:** https://github.com/eduardolat/pgbackweb
57-
- **Language:** Python + Flask
55+
- **Language:** Go + JavaScript
5856
- **Maintainer:** Community
5957
- **License:** AGPL-3.0
6058
- **Interface:** Web UI
@@ -65,36 +63,36 @@ pgBackWeb provides a user-friendly web dashboard on top of pgBackRest. It enable
6563

6664
![pgbackweb](/content/blog/top-open-source-postgres-backup-solution/pgbackweb.webp)
6765

68-
## PostgresUS
66+
## Postgresus
6967

7068
- **GitHub:** https://github.com/RostislavDugin/postgresus
71-
- **Language:** Python
69+
- **Language:** Go + Typescript (React)
7270
- **Maintainer:** Community
73-
- **License:** MIT License
71+
- **License:** Apache 2.0
7472
- **Interface:** Web UI
7573
- **Supported Databases:** PostgreSQL only
7674
- **Best For:** Lightweight or developer environments needing simple scheduled backups
7775

78-
PostgresUS focuses on simplicity and automation. It’s easy to set up and use, providing regular scheduled backups with minimal configuration — best suited for staging, QA, or developer environments.
76+
Postgresus focuses on simplicity and automation. It’s easy to set up and use, providing regular scheduled backups with minimal configuration — best suited for staging, QA, or developer environments.
7977

8078
![postgresus](/content/blog/top-open-source-postgres-backup-solution/postgresus.webp)
8179

8280
## Comparison Table
8381

84-
| Tool | Language | License | Interface | Multi-DB Support | Cloud Storage |
85-
| -------------- | --------------- | --------------- | --------- | ---------------- | ---------------------- |
86-
| **WAL-G** | Go | Apache 2.0 | CLI | | ✅ Seamless integration |
87-
| **Barman** | Python | GNU GPL 3 | CLI | |Supported |
88-
| **pgBackRest** | C | MIT | CLI | |Seamless integration |
89-
| **pgBackWeb** | Python + Flask | AGPL-3.0 | Web UI | | ✅ (via pgBackRest) |
90-
| **PostgresUS** | Python | MIT | Web UI | | |
82+
| Tool | Language | License | Interface | Multi-DB Support | Cloud Storage |
83+
| -------------- | ----------------------- | ---------- | --------- | ---------------- | ------------------- |
84+
| **WAL-G** | Go | Apache 2.0 | CLI | | |
85+
| **Barman** | Python | GNU GPL 3 | CLI || |
86+
| **pgBackRest** | C | MIT | CLI || |
87+
| **pgBackWeb** | Go + JavaScript | AGPL-3.0 | Web UI || ✅ (via pgBackRest) |
88+
| **Postgresus** | Go + Typescript (React) | Apache 2.0 | Web UI || |
9189

9290
## Choosing the Right Tool
9391

9492
- **WAL-G** — best for multi-database, cloud-native setups.
9593
- **Barman** — fits enterprise environments with strict compliance.
9694
- **pgBackRest** — the most complete solution for high-performance and cloud-integrated PostgreSQL.
9795
- **pgBackWeb** — ideal if you prefer a GUI for pgBackRest.
98-
- **PostgresUS** — great for lightweight automation in dev/staging.
96+
- **Postgresus** — great for lightweight automation in dev/staging.
9997

100-
Each project offers a unique trade-off between simplicity, scalability, and ecosystem support. Pick based on your environment’s scale, cloud strategy, and team expertise.
98+
Each project offers a unique trade-off between simplicity, scalability, and ecosystem support. Pick based on your environment’s scale, cloud strategy, and team expertise.

0 commit comments

Comments
 (0)