diff --git a/pgbackrest-2.37.tar.gz b/pgbackrest-2.37.tar.gz deleted file mode 100644 index 6ae021e..0000000 --- a/pgbackrest-2.37.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56694d150ea0490cc0936847638440dbffc797a29d650d4faeaf7da3a671aa5d -size 5749489 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 7093373..b71ef10 100644 --- a/pgbackrest.changes +++ b/pgbackrest.changes @@ -1,3 +1,92 @@ +------------------------------------------------------------------- +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 + +- update to version 2.38 + IMPORTANT NOTE: Repository size reported by the info command is + now entirely based on what pgBackRest has written to storage. + Previously, in certain cases, pgBackRest could detect if + additional compression was being applied by the storage but this + is no longer supported. + + - Bug Fixes: + - Retry errors in S3 batch file delete. (Reviewed by Reid + Thompson. Reported by Alex Richman.) + - Allow case-insensitive matching of HTTP connection header + values. (Reviewed by Reid Thompson. Reported by Rémi Vidier.) + - Features: + - Add support for AWS S3 server-side encryption using KMS. + (Contributed by Christoph Berg. Reviewed by David Steele, + Tharindu Amila.) + - Add archive-missing-retry option. (Reviewed by Stefan + Fercot.) + - Add backup type filter to info command. (Contributed by + Stefan Fercot. Reviewed by David Steele.) + - Improvements: + - Retry on page validation failure during backup. (Reviewed by + Stephen Frost, David Christensen.) + - Handle TLS servers that do not close connections gracefully. + (Reviewed by Rémi Vidier, David Christensen, Stephen Frost.) + - Add backup LSNs to info command output. (Contributed by + Stefan Fercot. Reviewed by David Steele.) + - Automatically strip trailing slashes for repo-ls paths. + (Contributed by David Christensen. Reviewed by David Steele.) + - Do not retry fatal errors. (Reviewed by Reid Thompson.) + - Remove support for PostgreSQL 8.3/8.4. (Reviewed by Reid + Thompson, Stefan Fercot.) + - Remove logic that tried to determine additional file system + compression. (Reviewed by Reid Thompson, Stefan Fercot.) + - Documentation Bug Fixes: + - Move repo options in TLS documentation to the global section. + (Reported by Anton Kurochkin.) + - Remove unused backup-standby option from stanza commands. + (Reported by Stefan Fercot.) + - Fix typos in help and release notes. (Fixed by Daniel + Gustafsson. Reviewed by David Steele.) + - Documentation Improvements: + - Add aliveness check to systemd service configuration. + (Suggested by Yogesh Sharma.) + - Add FAQ explaining WAL archive suffix. (Contributed by Stefan + Fercot. Reviewed by David Steele.) + - Note that replications slots are not restored. (Contributed + by Reid Thompson. Reviewed by David Steele, Stefan Fercot. + Suggested by Christophe Courtois.) + ------------------------------------------------------------------- Mon Mar 7 21:41:10 UTC 2022 - Marcus Rueckert @@ -34,7 +123,7 @@ Tue Jan 25 13:27:08 UTC 2022 - Marcus Rueckert ------------------------------------------------------------------- Tue Jan 25 10:49:49 UTC 2022 - Marcus Rueckert -- update to version 2.37 +- update to version 2.37 IMPORTANT NOTE: If the restore command is unable to find a backup that matches a specified time target then an error will be thrown, whereas before a warning was logged. diff --git a/pgbackrest.spec b/pgbackrest.spec index bddfb93..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 @@ -16,16 +16,17 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %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.37 +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 @@ -120,7 +121,6 @@ install -D -m 0644 \ %{SOURCE18} \ %{buildroot}%{_tmpfilesdir}/%{name}.conf - %check # Tests are only available with Vagrant # We just test that the binary works.