pg_probackup 2.4.15 has been released

From: Postgres Professional via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: pg_probackup 2.4.15 has been released
Date: 2021-05-06 16:13:41
Message-ID: 162031762140.9271.6011629695547003405@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

New features:

* Incremental backup now detects timeline switch automatically, using the replication protocol TIMELINE_HISTORY command. Proposed by Alex Ignatov
* `--no-validate` and `--no-sync` flags are now usable in merge or retention merge operations.

Bugfixes:

* Fix integer overflow of variable storing the offset of page header map. Reported by @sms1222
* Fix broken backward compatibility for backups of versions 2.0.22, 2.0.24 and 2.0.25. Affected version: 2.4.10. Reported by @shab2
* Do not delete invalid full backups within retention redundancy range. Reported by @triwada
* Correctly handle backups with empty backup.control. Reported by Mikhail Grigorev
* Empty WAL .history files are now handled correctly. Reported by Denis Podolsky
* Do no report meaningless timestamp when deleting backup without valid "recovery-time" attribute. Reported by Roman Zharkov
* Detect failure in WAL streaming correctly and report it as soon as possible. Reported by Yuri Kurenkov
* Do sync and rename when writing to configuration file pg_probackup.conf
* More robust parsing of tablespace_map content. Reported by Vasiliy Puchkov

pg_probackup is a utility to manage backup and recovery of PostgreSQL database cluster. It is designed to perform periodic full and incremental page-level backups of the PostgreSQL instance that enable you to restore the server in case of a failure.

Browse pgsql-announce by date

  From Date Subject
Next Message PWN via PostgreSQL Announce 2021-05-10 03:07:47 PostgreSQL Weekly News - May 9, 2021
Previous Message Crunchy Data via PostgreSQL Announce 2021-05-03 19:47:44 pgBackRest 2.33 Released