| From: | Grigory Smolkin <g(dot)smolkin(at)postgrespro(dot)ru> |
|---|---|
| To: | pgsql-announce(at)postgresql(dot)org |
| Subject: | pg_probackup 2.2.7 released |
| Date: | 2020-01-18 16:24:31 |
| Message-ID: | 38ce08dc-f4f9-cc15-a324-156d7aff497a@postgrespro.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-announce |
Postgres Professional are proud to announce the release of pg_probackup
2.2.7.
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.
Notable changes since 2.2.5
Bugfixes:
* pinned backups are now ignored for the purpose of WAL archive
retention policy fulfillment. Reported by Puchkov Vasily.
* attribute "pgdata_bytes" for FULL and DELTA backups in remote mode is
calculated correctly now.
* now full names of WAL segments are used in "Max Segno", "Min Segno"
and "lost-segments" fields of WAL Archive catalog. Reported by Nikolay
Popov.
* fix segfault because of stack size limit. Reported by Petr Karezin.
Improvements:
* added support for extension ptrack 2.0:
https://github.com/postgrespro/ptrack
* packages for ALT Linux versions p7, p8 and p9 are available in the
repository
* latest documentation is now available at
https://postgrespro.github.io/pg_probackup
Download
--------
https://github.com/postgrespro/pg_probackup
--
Grigory Smolkin
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Fetter | 2020-01-19 19:25:55 | == PostgreSQL Weekly News - January 19, 2020 == |
| Previous Message | David Fetter | 2020-01-17 20:11:04 | pgbouncer_wrapper 1.1.0 released |