From b445c210aef8f4a5e6866d04b7191e5a81364d6ba8aedd971f098b1001ba16a0 Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Sun, 3 Jul 2022 13:42:42 +0000 Subject: [PATCH] Accepting request 985710 from home:bruno_friedmann:branches:server:database:postgresql - update do version 2.39 + Bug Fixes: - Fix error thrown from FINALLY() causing an infinite loop. - Error on all lock failures except another process holding the lock. + Features: - Backup file bundling for improved small file support. - Verify command to validate the contents of a repository. - PostgreSQL 15 support. - Show backup percent complete in info output. - Auto-select backup for restore command --type=lsn. - Suppress existing WAL warning when archive-mode-check is disabled. - Add AWS IMDSv2 support. + Improvements: - Allow repo-hardlink option to be changed after full backup. - Increase precision of percent complete logging for backup and restore. - Improve path validation for repo-* commands. - Improve stop command to honor stanza option. - Improve error message for invalid repo-azure-key. - Add hint to check the log on archive-get/archive-push async error. - Add ClockError for unexpected clock skew and timezone changes. - Strip extensions from history manifest before showing in error message. - Add user:group to lock permission error. + Documentation Bug Fixes: - Fix incorrect reference to stanza-update in the user guide. - Fix example for repo-gcs-key-type option in configuration reference. - Fix tls-server-auth example and add clarifications. + Documentation Improvements: - Simplify messaging around supported versions in the documentation. - Add option type descriptions. - Add FAQ about backup types and restore speed. OBS-URL: https://build.opensuse.org/request/show/985710 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=48 --- pgbackrest-2.38.tar.gz | 3 --- pgbackrest-2.39.tar.gz | 3 +++ pgbackrest.changes | 36 ++++++++++++++++++++++++++++++++++++ pgbackrest.spec | 6 +++--- 4 files changed, 42 insertions(+), 6 deletions(-) delete mode 100644 pgbackrest-2.38.tar.gz create mode 100644 pgbackrest-2.39.tar.gz diff --git a/pgbackrest-2.38.tar.gz b/pgbackrest-2.38.tar.gz deleted file mode 100644 index e844d0a..0000000 --- a/pgbackrest-2.38.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1290f1af26d43ec06069d244d2c82641ee71f9a087d0bb1a4db785c0db0ba5e -size 5770696 diff --git a/pgbackrest-2.39.tar.gz b/pgbackrest-2.39.tar.gz new file mode 100644 index 0000000..d8cc92a --- /dev/null +++ b/pgbackrest-2.39.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c641271bbbebb7adae72be24716bf0295f746d1a00c5f0a632ead7669b1a8d +size 5771539 diff --git a/pgbackrest.changes b/pgbackrest.changes index 155731f..b71ef10 100644 --- a/pgbackrest.changes +++ b/pgbackrest.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Mon Jun 27 12:45:15 UTC 2022 - Bruno Friedmann + +- update do version 2.39 + + Bug Fixes: + - Fix error thrown from FINALLY() causing an infinite loop. + - Error on all lock failures except another process holding the lock. + + Features: + - Backup file bundling for improved small file support. + - Verify command to validate the contents of a repository. + - PostgreSQL 15 support. + - Show backup percent complete in info output. + - Auto-select backup for restore command --type=lsn. + - Suppress existing WAL warning when archive-mode-check is disabled. + - Add AWS IMDSv2 support. + + Improvements: + - Allow repo-hardlink option to be changed after full backup. + - Increase precision of percent complete logging for backup and restore. + - Improve path validation for repo-* commands. + - Improve stop command to honor stanza option. + - Improve error message for invalid repo-azure-key. + - Add hint to check the log on archive-get/archive-push async error. + - Add ClockError for unexpected clock skew and timezone changes. + - Strip extensions from history manifest before showing in error message. + - Add user:group to lock permission error. + + Documentation Bug Fixes: + - Fix incorrect reference to stanza-update in the user guide. + - Fix example for repo-gcs-key-type option in configuration reference. + - Fix tls-server-auth example and add clarifications. + + Documentation Improvements: + - Simplify messaging around supported versions in the documentation. + - Add option type descriptions. + - Add FAQ about backup types and restore speed. + - Document required base branch for pull requests. +- update copyright year + ------------------------------------------------------------------- Mon Apr 18 13:47:07 UTC 2022 - Marcus Rueckert diff --git a/pgbackrest.spec b/pgbackrest.spec index e366a0a..db39846 100644 --- a/pgbackrest.spec +++ b/pgbackrest.spec @@ -2,7 +2,7 @@ # spec file for package pgbackrest # # Copyright (c) 2022 SUSE LLC -# Copyright (c) 2019-2021 Ioda-Net Sàrl, Charmoille, Switzerland. +# Copyright (c) 2019-2022 Ioda-Net Sàrl, Charmoille, Switzerland. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,13 +20,13 @@ %define services pgbackrest.target pgbackrest-diff@.service pgbackrest-full@.service pgbackrest-incr@.service pgbackrest.service pgbackrest-diff@.timer pgbackrest-full@.timer pgbackrest-incr@.timer Name: pgbackrest -Version: 2.38 +Version: 2.39 Release: 0 Summary: Reliable PostgreSQL Backup & Restore License: MIT Group: Productivity/Databases/Tools URL: http://www.pgbackrest.org -Source: https://github.com/pgbackrest/pgbackrest/archive/release/%{version}/%{name}-%{version}.tar.gz +Source: https://github.com/%{name}/%{name}/archive/release/%{version}/%{name}-%{version}.tar.gz Source1: pgbackrest.conf Source10: pgbackrest-diff@.service