[ANNOUNCE] pg_probackup 2.0.25 released - Mailing list pgsql-announce

From Grigory Smolkin
Subject [ANNOUNCE] pg_probackup 2.0.25 released
Date
Msg-id 5e6c6425-6db3-be7a-9f08-d8dfde9469a8@postgrespro.ru
Whole thread Raw
List pgsql-announce
PostgreSQL Professional are proud to announce the release of 
pg_probackup 2.0.25.

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.

Installation instructions:
https://github.com/postgrespro/pg_probackup#installation-and-setup

Packages for PG11 are now available.

Changes since 2.0.24:

   * Bugfix: changing log-level-file and log-level-console via 
set-config command now works correctly
   * Bugfix: WAL files crc comparison done by archive-push is now works 
correctly for compressed WAL segments, previously it`s was always giving 
mismatch
   * Impromevent: PG_STOP_BACKUP_TIMEOUT now governed by 
'--archive-timeout' option
   * Impromevent: CRC-32c now used to calculate crc for data and WAL 
files, previously a slower CRC-32 was used
   * Impromevent: stale replica can be backuped without false-positive 
WAL timeouts
   * Impromevent: for PG >= 10 pg_stop_backup() now called without 
wait_for_archive flag
   * Impromevent: minor fixes for Windows build

-- 
Grigory Smolkin
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



pgsql-announce by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 v3.6 released
Next
From: Marc Munro
Date:
Subject: pgbitmap