Marcus Rückert 2022-04-18 13:50:21 +00:00 committed by Git OBS Bridge
parent 11ad978790
commit 4edfe8110c
4 changed files with 59 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56694d150ea0490cc0936847638440dbffc797a29d650d4faeaf7da3a671aa5d
size 5749489

3
pgbackrest-2.38.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1290f1af26d43ec06069d244d2c82641ee71f9a087d0bb1a4db785c0db0ba5e
size 5770696

View File

@ -1,3 +1,56 @@
-------------------------------------------------------------------
Mon Apr 18 13:47:07 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
- 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 <mrueckert@suse.de>
@ -34,7 +87,7 @@ Tue Jan 25 13:27:08 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
-------------------------------------------------------------------
Tue Jan 25 10:49:49 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
- 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.

View File

@ -16,10 +16,11 @@
# 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.38
Release: 0
Summary: Reliable PostgreSQL Backup & Restore
License: MIT
@ -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.