Skip to content

v0.1.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@x4m x4m released this 06 Sep 06:47
· 8 commits to REL0_1_STABLE since this release

Fixes:

  1. Zstd is temporarily disabled due to corruption reports. We have reproduction and working on fixing the issue. The issue arises on delta backups with a base larger than few Tb on highly concurrent uploads. More info can be found here and here.
  2. Fixed WAL prefetch. WALs close to the end of the current timeline were downloaded without parallelism.

Features:

  1. Backup-fetch now retries failed tars with decreasing concurrency to mitigate issues of S3 implementations with throttling on the server side.
  2. WAL-G now has end-to-end integration tests in docker.

News:

  1. Considering Brotli as alternative codec with good CPU vs compression ratio tradeoff.
  2. Forked branch REL0_1_STABLE to separate development and support.

Stay tuned.