From 21847dc63de2c84313ed54c72cd6a554a74e9d3c77b88ec0b0a0aaa6315d4492 Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Tue, 27 Jul 2021 16:30:18 +0000 Subject: [PATCH] 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 --- pgbackrest-2.33.tar.gz | 3 --- pgbackrest-2.34.tar.gz | 3 +++ pgbackrest.changes | 22 ++++++++++++++++++++++ pgbackrest.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 pgbackrest-2.33.tar.gz create mode 100644 pgbackrest-2.34.tar.gz diff --git a/pgbackrest-2.33.tar.gz b/pgbackrest-2.33.tar.gz deleted file mode 100644 index 173b164..0000000 --- a/pgbackrest-2.33.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:772afaf5cae17fa1fa102c84576b8d6a5074ba3ff510bb86d321c98feebff837 -size 5642397 diff --git a/pgbackrest-2.34.tar.gz b/pgbackrest-2.34.tar.gz new file mode 100644 index 0000000..d68cfea --- /dev/null +++ b/pgbackrest-2.34.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eade2fce25fcf68d1b9ae2d772ebb59915e482b04599fb79e639881eca895a70 +size 5675068 diff --git a/pgbackrest.changes b/pgbackrest.changes index d251c44..fe561e8 100644 --- a/pgbackrest.changes +++ b/pgbackrest.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Jul 27 15:07:25 UTC 2021 - Predrag Ivanović + +- 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 diff --git a/pgbackrest.spec b/pgbackrest.spec index d77e5e5..3a638c7 100644 --- a/pgbackrest.spec +++ b/pgbackrest.spec @@ -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