Alternatives to pgBackRest

Parallel backup and restore for PostgreSQL with delta restore. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as pgBackRest.

  • Barman

    Backup and recovery manager for PostgreSQL disaster recovery.

    Barman manages backups for many PostgreSQL servers from one backup host with point-in-time recovery, but it runs on Linux only and needs SSH or streaming access.

  • WAL-G

    Archival backup tool for PostgreSQL, MySQL and SQL Server.

    WAL-G streams compressed, encrypted backups to object storage and also supports MySQL and SQL Server, but it is Linux and command-line only.

Similar software

Related functionality, not a direct replacement.