WAL-G 3.0.3 released

From: WAL-G via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: WAL-G 3.0.3 released
Date: 2024-08-15 13:00:55
Message-ID: 172372685577.395942.8659652103574561700@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

WAL-G team is happy to announce the release of WAL-G 3.0.3

WAL-G is a tool for archival database restoration for PostgreSQL, GreenplumDB, MySQL/MariaDB, MongoDB, etcd and several other databases.

Major feature of this release is full support for OrioleDB.
WAL-G supported block-level incremental backups since [v0.1.3](https://github.com/wal-g/wal-g/releases/tag/v0.1.3), but it previously treated OrioleDB data as a collection of unknown files. Now WAL-G understands if OrioleDB is installed into cluster and makes efficient backup copies of OrioleDB data. Thanks to Supabase engineers for working on WAL-G.

Additionally, this release includes two new commands for Postgres: ```catchup-send``` and ```catchup-receive```. These commands are useful when you need to bring a lagging replica up to date without pushing a new backup to the storage. In essence, they work like pg_rewind but in reverse. Perhaps we should rename them to pg_wind.

This release also mitigates several CVEs in dependencies ([CVE-2023-39325](https://github.com/wal-g/wal-g/pull/1675), [GHSA-9763-4f94-gfch](https://github.com/wal-g/wal-g/pull/1715)) and fixes assorted bugs.

WAL-G v3.0.3 is available for download on our [GitHub releases page](https://github.com/wal-g/wal-g/releases).

Have a nice day!

Browse pgsql-announce by date

  From Date Subject
Next Message Pgpool Global Development Group via PostgreSQL Announce 2024-08-15 13:01:05 Pgpool-II 4.5.3, 4.4.8, 4.3.11, 4.2.18 and 4.1.21 released.
Previous Message PostgreSQL Global Development Group 2024-08-08 12:53:40 PostgreSQL 16.4, 15.8, 14.13, 13.16, 12.20, and 17 Beta 3 Released!