Skip to content

v0.2.15

Compare
Choose a tag to compare
@g0djan g0djan released this 24 Mar 11:56
f6abd0c

Notable changes in this release include:

  • Support of Libsodium encryption
  • Retryer for AWS storage
  • Go modules
  • Add catchup commands. It allows cut replication lag on a PostgreSQL cluster.
    Simple scenario:
  1. Get current LSN of a replica with high replication lag.
  2. Create an incremental backup with catchup-push since the replica LSN.
  3. Apply it to the replica with catchup-fetch command.

Thanks for all your contributions, bug reports, and feature requests!