-
Type:
Task
-
Resolution: Done
-
Priority:
Major
-
None
Currently we use wal-e for Postgres WAL archiving and automated backups. This works OK, but pgBackRest has these attractive features:
- Written in C, instead of Python (less deps to pull in on DB server)
- Supports full, differential (changes since last full backup), and incremental (changes since last backup) backups; wal-e supports only full backups.
- Supports parallel restore, making it much faster to restore.
- Supports lz4, lzo, and zstd compression, wal-e uses only lzo. zstd is a compelling choice for its balance of speed/compression ratio.
- is blocked by
-
OPS-26 Upgrade DB servers to FreeBSD 12.2
-
- Done
-