The WAL-G team is pleased to announce WAL-G v0.2.15 [0]

WAL-G is an archival restoration tool for PostgreSQL.
Major feature of this release is backup for catchup. It allows to cut 
replication lag in a PostgreSQL cluster.
Simple scenario:
        • Get current LSN from a standby with high replication lag;
        • Create an incremental backup with catchup-push since the replica LSN;
        • Apply it to the replica with catchup-fetch command.

Other notable changes in this release include:
        • Support of Libsodium encryption
        • Retryer for AWS storage
        • Go modules

Many thanks to those who contributed by pull requests, bug reports, issue 
discussions, and feature requests!

WAL-G releases can be found at [1]

Thanks!

Best regards, Andrey Borodin.


[0] https://github.com/wal-g/wal-g/releases/tag/v0.2.15
[1] https://github.com/wal-g/wal-g/releases

Reply via email to