postgres backup wal‐g wal‐e - ghdrako/doc_snipets GitHub Wiki
S3 compatible backup tools
- WAL-E
- is too slow on big volumes of data
- can’t take basebackup from the replica
- pgBackRest
- incremental & differential backups
- can’t use AWS instance profile credentials
- WAL-G ○
- delta backups
- configurable compression methods: lz4, lzma, zstd, brotli
- backward compatible with WAL-E S3 compatible backup tools