Releases: postgresql-tools/wal-g
Releases · postgresql-tools/wal-g
Release list
v0.15.2
Adds compliance-report evidence aggregator (doctor, backup-verify, retention-validate, pitr-window, restore-test collected into one pass/fail report). Fixes backup-verify's exit code always returning 0 regardless of pass/fail.
v0.15.1
fix: remove redundant go get step in release workflow that causes HTT…
v0.15.0-stable
fix: use -llzo2 on macOS (no -Bstatic/-Bdynamic which are GNU ld only)
v0.14.3-stable
fix: add contents: write permission for release workflow The GITHUB_TOKEN defaults to read-only permissions, which causes softprops/action-gh-release@v3 to fail with 403 when creating a release or uploading assets. Adding permissions: contents: write at the workflow level grants the necessary access.
WAL-G v0.14.2-lts.1 - Initial Production Release
PostgreSQL WAL archiving and backup. Actively maintained successor to WAL-G.
✅ 100% backward compatible with WAL-G v0.14.1
✅ Production-ready CI/CD pipeline
✅ Kubernetes-native (Helm charts)
✅ Multi-cloud support (S3, GCS, Azure, B2)
✅ Security patches within 24 hours
Installation:
- Homebrew: brew tap lateos-ai/homebrew-wal-g && brew install wal-g
- Docker: docker pull lateos/wal-g:v0.14.2-lts.1
- Kubernetes: helm repo add lateos-ai https://lateos-ai.github.io/helm-charts
GitHub: https://github.com/lateos-ai/wal-g
Homebrew: https://github.com/lateos-ai/homebrew-wal-g