SHA256
1
0
forked from pool/pgbackrest

Accepting request 908629 from home:predivan:branches:server:database:postgresql

- update to version 2.34 with Postgresql-14 support
  + Bug Fixes:
    - Fix issues with leftover spool files from a prior restore.
    - Fix issue when checking links for large numbers of tablespaces.
    - Free no longer needed remotes so they do not timeout during restore.
    - Fix help when a valid option is invalid for the specified command.
  + Features:
    - Add PostgreSQL 14 support.
    - Add automatic GCS authentication for GCE instances.
    - Add repo-retention-history option to expire backup history.
    - Add db-exclude option.
  + Improvements:
    - Change archive expiration logging from detail to info level.
    - Remove stanza archive spool path on restore.
    - Do not write files atomically or sync paths during backup copy.
  + Documentation Improvements:
    - Update contributing documentation.
    - Clarify that repo-s3-role is not an ARN.

OBS-URL: https://build.opensuse.org/request/show/908629
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=39
This commit is contained in:
Bruno Friedmann 2021-07-27 16:30:18 +00:00 committed by Git OBS Bridge
parent 82d765d42b
commit 21847dc63d
4 changed files with 26 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 27 15:07:25 UTC 2021 - Predrag Ivanović <predivan@mts.rs>
- update to version 2.34 with Postgresql-14 support
+ Bug Fixes:
- Fix issues with leftover spool files from a prior restore.
- Fix issue when checking links for large numbers of tablespaces.
- Free no longer needed remotes so they do not timeout during restore.
- Fix help when a valid option is invalid for the specified command.
+ Features:
- Add PostgreSQL 14 support.
- Add automatic GCS authentication for GCE instances.
- Add repo-retention-history option to expire backup history.
- Add db-exclude option.
+ Improvements:
- Change archive expiration logging from detail to info level.
- Remove stanza archive spool path on restore.
- Do not write files atomically or sync paths during backup copy.
+ Documentation Improvements:
- Update contributing documentation.
- Clarify that repo-s3-role is not an ARN.
-------------------------------------------------------------------
Thu Apr 29 09:33:00 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>

View File

@ -22,7 +22,7 @@
%define make_build %{_bindir}/make %{?_smp_mflags}
%endif
Name: pgbackrest
Version: 2.33
Version: 2.34
Release: 0
Summary: Reliable PostgreSQL Backup & Restore
License: MIT