WAL-G 3.0.8 released
Posted on 2026-01-26 by WAL-G
Related Open Source
The WAL-G team is pleased to announce the release of version 3.0.8 of WAL-G.
WAL-G is a tool for archival database restoration for PostgreSQL and several other databases.
This release includes several improvements relevant to PostgreSQL users:
- Direct-IO Reader for PostgreSQL (#2003) - This can improve performance of database during backup operations by bypassing the operating system's page cache.
- Support for xid64 patch page layout (#2040) - WAL-G now works correctly with PostgreSQL instances using the xid64 patch for extended transaction IDs.
- Fixes for WAL page size, block size, and checksums (#1968, #2135) - These improvements enhance the reliability of backup and restore operations.
- Reduced memory usage (#2056) - PostgreSQL and Greenplum operations now use less memory, making WAL-G more efficient for large-scale deployments.
- Improved error handling (#2021, #2061) - Better handling of corrupted WAL metadata and connection issues makes the tool more robust in production environments.
- Retries for restore point creation (#2000) - This improves reliability during point-in-time recovery operations.
Additionally, this release includes new commands for continuous recovery in Cloudberry and GreenplumDB, enhanced storage backend support (including Alibaba Cloud OSS with multipart upload), and various bug fixes and dependency updates.
WAL-G v3.0.8 is available for download on our GitHub releases page.
Have a nice day!