Barman – Backup and Recovery Manager for PostgreSQL
38 points by nateb2022 4 days ago | 3 comments

ninjaoxygen 9 minutes ago
We use Barman inside Kubernetes via CloudNativePG's plugin, as it is the default backup plugin.

Barman has always been solid for backup and restore, however configuring backup in CNPG is a little more interesting - WAL limits need to be set carefully or you just end up filling WAL volumes and the database becoming unavailable.

reply
subhobroto 42 minutes ago
This is a fantastic project that a lot of self-hosters using PostgreSQL use. Specially with pgBackRest archived by the owner on Apr 27, 2026, this is likely the leading option that has been around the block for a while.

Anyone here had considered Barman in the past, used it for a while and went to pgBackRest? Are you revisiting that decision now?

reply
hans_castorp 26 minutes ago
A side note on pgBackRest: PGX created a fork and announced to maintain it under the name pgxbackup:

https://thebuild.com/blog/2026/05/01/pgxbackup-continuity-su...

reply