Accepting request 935686 from home:bruno_friedmann:branches:server:database:postgresql

- update to version 2.36
  + Bug Fixes:
    - Allow "global" as a stanza prefix.
    - Fix segfault on invalid GCS key file.
  + Improvements:
    - Allow link-map option to create new links.
    - Increase max index allowed for pg/repo options to 256.
    - Add WebIdentity authentication for AWS S3.
    - Report backup file validation errors in backup.info.
    - Add recovery start time to online backup restore log.
    - Report original error and retries on local job failure.
    - Rename page checksum error to error list in info text output.
    - Add hints to standby replay timeout message.
- update to version 2.35 Binary protocol
  ** IMPORTANT NOTE **: The log level for copied files in the 
  backup/restore commands has been changed to detail. This makes 
  the info log level less noisy but if these messages are required 
  then set the log level for the backup/restore commands to detail.
  + Bug Fixes:
    - Detect errors in S3 multi-part upload finalize.
    - Fix detection of circular symlinks.
    - Only pass selected repo options to the remote.
  + Improvements:
    - Binary protocol.
    - Automatically create data directory on restore.
    - Allow restore --type=lsn.
    - Change level of backup/restore copied file logging to detail.
    - Loop while waiting for checkpoint LSN to reach replay LSN.
    - Log backup file total and restore size/file total.
  + Documentation Bug Fixes:

OBS-URL: https://build.opensuse.org/request/show/935686
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=40
This commit is contained in:
Bruno Friedmann 2021-12-04 19:52:30 +00:00 committed by Git OBS Bridge
parent 21847dc63d
commit e38c01ac73
4 changed files with 51 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,49 @@
-------------------------------------------------------------------
Sat Dec 4 16:36:19 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
- update to version 2.36
+ Bug Fixes:
- Allow "global" as a stanza prefix.
- Fix segfault on invalid GCS key file.
+ Improvements:
- Allow link-map option to create new links.
- Increase max index allowed for pg/repo options to 256.
- Add WebIdentity authentication for AWS S3.
- Report backup file validation errors in backup.info.
- Add recovery start time to online backup restore log.
- Report original error and retries on local job failure.
- Rename page checksum error to error list in info text output.
- Add hints to standby replay timeout message.
- update to version 2.35 Binary protocol
** IMPORTANT NOTE **: The log level for copied files in the
backup/restore commands has been changed to detail. This makes
the info log level less noisy but if these messages are required
then set the log level for the backup/restore commands to detail.
+ Bug Fixes:
- Detect errors in S3 multi-part upload finalize.
- Fix detection of circular symlinks.
- Only pass selected repo options to the remote.
+ Improvements:
- Binary protocol.
- Automatically create data directory on restore.
- Allow restore --type=lsn.
- Change level of backup/restore copied file logging to detail.
- Loop while waiting for checkpoint LSN to reach replay LSN.
- Log backup file total and restore size/file total.
+ Documentation Bug Fixes:
- Fix incorrect host names in user guide.
+ Documentation Improvements:
- Update contributing documentation and add pull request template.
- Rearrange backup documentation in user guide.
- Clarify restore --type behavior in command reference.
- Fix documentation and comment typos.
+ Test Suite Improvements:
- Add check for test path inside repo path.
- Add CodeQL static code analysis.
- Update tests to use standard patterns.
- packaging:
+ Added new build requirement libyaml-devel
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 27 15:07:25 UTC 2021 - Predrag Ivanović <predivan@mts.rs> Tue Jul 27 15:07:25 UTC 2021 - Predrag Ivanović <predivan@mts.rs>

View File

@ -17,12 +17,8 @@
# #
%if ! %{defined make_build}
# Temporary fix for Leap 42.3
%define make_build %{_bindir}/make %{?_smp_mflags}
%endif
Name: pgbackrest Name: pgbackrest
Version: 2.34 Version: 2.36
Release: 0 Release: 0
Summary: Reliable PostgreSQL Backup & Restore Summary: Reliable PostgreSQL Backup & Restore
License: MIT License: MIT
@ -31,6 +27,7 @@ URL: http://www.pgbackrest.org
Source: https://github.com/pgbackrest/pgbackrest/archive/release/%{version}/%{name}-%{version}.tar.gz Source: https://github.com/pgbackrest/pgbackrest/archive/release/%{version}/%{name}-%{version}.tar.gz
Source1: pgbackrest-conf.patch Source1: pgbackrest-conf.patch
Patch0: libpq-fe.h_localisation.patch Patch0: libpq-fe.h_localisation.patch
BuildRequires: libyaml-devel
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(bzip2)