From 82d765d42b6611814c422b647d493f34bbdb895d92d3ecfd64105c867bf216dc Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Thu, 29 Apr 2021 09:39:50 +0000 Subject: [PATCH] - update to version 2.33 with Multi-Repository and GCS Support + Bug Fixes: - Fix option warnings breaking async archive-get/archive-push. - Fix memory leak in backup during archive copy. - Fix stack overflow in cipher passphrase generation. - Fix repo-ls / on S3 repositories. + Features: - Multiple repository support. - GCS support for repository storage. - Add archive-header-check option. + Improvements: - Include recreated system databases during selective restore. - Exclude content-length from S3 signed headers. - Consolidate less commonly used repository storage options. - Allow custom config-path default with ./configure --with-configdir. - Log archive copy during backup. + Documentation Improvements: - Update reference to include links to user guide examples. - Update selective restore documentation with caveats. - Add compress-type clarification to archive-copy documentation. - Add compress-level defaults per compress-type value. - Add note about required NFS settings being the same as PostgreSQL. OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=38 --- pgbackrest-2.32.tar.gz | 3 --- pgbackrest-2.33.tar.gz | 3 +++ pgbackrest.changes | 26 ++++++++++++++++++++++++++ pgbackrest.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 pgbackrest-2.32.tar.gz create mode 100644 pgbackrest-2.33.tar.gz diff --git a/pgbackrest-2.32.tar.gz b/pgbackrest-2.32.tar.gz deleted file mode 100644 index 4a0906d..0000000 --- a/pgbackrest-2.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:131c5c870979945004970d325ac473fbee54f83abdea11acf75e647057dc745f -size 5584106 diff --git a/pgbackrest-2.33.tar.gz b/pgbackrest-2.33.tar.gz new file mode 100644 index 0000000..173b164 --- /dev/null +++ b/pgbackrest-2.33.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772afaf5cae17fa1fa102c84576b8d6a5074ba3ff510bb86d321c98feebff837 +size 5642397 diff --git a/pgbackrest.changes b/pgbackrest.changes index 8265e07..d251c44 100644 --- a/pgbackrest.changes +++ b/pgbackrest.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Apr 29 09:33:00 UTC 2021 - Bruno Friedmann + +- update to version 2.33 with Multi-Repository and GCS Support + + Bug Fixes: + - Fix option warnings breaking async archive-get/archive-push. + - Fix memory leak in backup during archive copy. + - Fix stack overflow in cipher passphrase generation. + - Fix repo-ls / on S3 repositories. + + Features: + - Multiple repository support. + - GCS support for repository storage. + - Add archive-header-check option. + + Improvements: + - Include recreated system databases during selective restore. + - Exclude content-length from S3 signed headers. + - Consolidate less commonly used repository storage options. + - Allow custom config-path default with ./configure --with-configdir. + - Log archive copy during backup. + + Documentation Improvements: + - Update reference to include links to user guide examples. + - Update selective restore documentation with caveats. + - Add compress-type clarification to archive-copy documentation. + - Add compress-level defaults per compress-type value. + - Add note about required NFS settings being the same as PostgreSQL. + ------------------------------------------------------------------- Thu Feb 25 10:25:04 UTC 2021 - Bruno Friedmann diff --git a/pgbackrest.spec b/pgbackrest.spec index b1d75f7..d77e5e5 100644 --- a/pgbackrest.spec +++ b/pgbackrest.spec @@ -22,7 +22,7 @@ %define make_build %{_bindir}/make %{?_smp_mflags} %endif Name: pgbackrest -Version: 2.32 +Version: 2.33 Release: 0 Summary: Reliable PostgreSQL Backup & Restore License: MIT