From d0518e22a84e179271da5ac17a383592524b8d196cb330719f04424cf5246273 Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Sat, 22 Aug 2020 09:07:38 +0000 Subject: [PATCH] Accepting request 828501 from home:bruno_friedmann:branches:server:database:postgresql - update to version 2.28 - Azure Repository Storage + Bug Fixes: - Fix restore --force acting like --force --delta. This caused restore to replace files based on timestamp and size rather than overwriting, which meant some files that should have been updated were left unchanged. Normal restore and restore --delta were not affected by this issue. + Features: - Azure support for repository storage. - Add expire-auto option. This allows automatic expiration after a successful backup to be disabled. + Improvements: - Asynchronous S3 multipart upload. - Automatic retry for backup, restore, archive-get, and archive-push. - Disable query parallelism in PostgreSQL sessions used for backup control. - PostgreSQL 13 beta2 support. Changes to the control/catalog/WAL versions in subsequent betas may break compatibility but pgBackRest will be updated with each release to keep pace. - Improve handling of invalid HTTP response status. - Improve error when pg1-path option missing for archive-get command. - Add hint when checksum delta is enabled after a timeline switch. - Use PostgreSQL instead of postmaster where appropriate. + Documentation Bug Fixes: - Fix incorrect example for repo-retention-full-type option. - Remove internal commands from HTML and man command references. + Documentation Improvements: - Update PostgreSQL versions used to build user guides. Also add version ranges to indicate that a user guide is accurate for a range of PostgreSQL versions even if it was built for a specific version. OBS-URL: https://build.opensuse.org/request/show/828501 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=33 --- pgbackrest-2.27.tar.gz | 3 --- pgbackrest-2.28.tar.gz | 3 +++ pgbackrest.changes | 36 ++++++++++++++++++++++++++++++++++++ pgbackrest.spec | 2 +- 4 files changed, 40 insertions(+), 4 deletions(-) delete mode 100644 pgbackrest-2.27.tar.gz create mode 100644 pgbackrest-2.28.tar.gz diff --git a/pgbackrest-2.27.tar.gz b/pgbackrest-2.27.tar.gz deleted file mode 100644 index b0b6ebb..0000000 --- a/pgbackrest-2.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:431bb37cec8932ed1b384972055c14c818a31c56a82f3db0e77e15a7e70a772a -size 5391441 diff --git a/pgbackrest-2.28.tar.gz b/pgbackrest-2.28.tar.gz new file mode 100644 index 0000000..257b171 --- /dev/null +++ b/pgbackrest-2.28.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93a212b3adb5cfbb2b564a64c2187f508a2d5a21cab5725c45fabd615670680 +size 5431118 diff --git a/pgbackrest.changes b/pgbackrest.changes index 14f6367..955b37f 100644 --- a/pgbackrest.changes +++ b/pgbackrest.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Wed Aug 19 07:46:40 UTC 2020 - Bruno Friedmann + +- update to version 2.28 - Azure Repository Storage + + Bug Fixes: + - Fix restore --force acting like --force --delta. This caused + restore to replace files based on timestamp and size rather + than overwriting, which meant some files that should have been + updated were left unchanged. Normal restore and restore + --delta were not affected by this issue. + + Features: + - Azure support for repository storage. + - Add expire-auto option. This allows automatic expiration + after a successful backup to be disabled. + + Improvements: + - Asynchronous S3 multipart upload. + - Automatic retry for backup, restore, archive-get, and archive-push. + - Disable query parallelism in PostgreSQL sessions used for backup control. + - PostgreSQL 13 beta2 support. Changes to the control/catalog/WAL + versions in subsequent betas may break compatibility but + pgBackRest will be updated with each release to keep pace. + - Improve handling of invalid HTTP response status. + - Improve error when pg1-path option missing for archive-get command. + - Add hint when checksum delta is enabled after a timeline switch. + - Use PostgreSQL instead of postmaster where appropriate. + + Documentation Bug Fixes: + - Fix incorrect example for repo-retention-full-type option. + - Remove internal commands from HTML and man command references. + + Documentation Improvements: + - Update PostgreSQL versions used to build user guides. Also add + version ranges to indicate that a user guide is accurate for a + range of PostgreSQL versions even if it was built for a + specific version. + - Update FAQ for expiring a specific backup set. + - Update FAQ to clarify default PITR behavior. + ------------------------------------------------------------------- Sat May 30 13:46:41 UTC 2020 - Bruno Friedmann diff --git a/pgbackrest.spec b/pgbackrest.spec index 1fb79ac..30f459f 100644 --- a/pgbackrest.spec +++ b/pgbackrest.spec @@ -22,7 +22,7 @@ %define make_build %{_bindir}/make %{?_smp_mflags} %endif Name: pgbackrest -Version: 2.27 +Version: 2.28 Release: 0 Summary: Reliable PostgreSQL Backup & Restore License: MIT