pg_probackup 2.4.9 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.9 has been released
Date: 2021-02-06 06:04:57
Message-ID: 161259149702.10291.4840337359802032845@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

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.

New features:

* --force flag for restore in incremental mode now allows to overwrite the contents of the directory specified by PGDATA in case of system ID mismatch.

Bugfixes:

* SIGPIPE signal is now handled. Reported by Yuri Kurenkov.
* Error conditions encountered by remote agent are now reported correctly. Reported by Yuri Kurenkov.
* It is now possible to start taking more than one backup a second. Previously this caused an error. Reported by Daria Lepikhova.
* Waiting for Start LSN now happens after the parent backup is chosen, which allows us to error out earlier if there is no suitable parent.

Browse pgsql-announce by date

  From Date Subject
Next Message Apache AGE via PostgreSQL Announce 2021-02-08 15:19:13 Announcing the release of Apache AGE 0.3.0
Previous Message Dalibo via PostgreSQL Announce 2021-02-03 15:23:39 pitrery 3.3 released