From 41c8d9e69e4bb97677f1afe6bcfa620d933a6f2fd88bd6b5e83d865e00d23e73 Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Sun, 13 Sep 2020 14:27:44 +0000 Subject: [PATCH] Accepting request 833420 from home:bruno_friedmann:branches:server:database:postgresql - update to version 2.29 - Auto S3 Credentials on AWS + Bug Fixes: - Suppress errors when closing local/remote processes. Since the command has completed it is counterproductive to throw an error but still warn to indicate that something unusual happened. - Fix issue with = character in file or database names. + Features: - Automatically retrieve temporary S3 credentials on AWS instances. - Add archive-mode option to disable archiving on restore. + Improvements: - PostgreSQL 13 beta3 support. Changes to the control/catalog/WAL versions in subsequent betas may break compatibility but pgBackRest will be updated with each release to keep pace. - Asynchronous list/remove for S3/Azure storage. - Improve memory usage of unlogged relation detection in manifest build. - Proactively close file descriptors after forking async process. - Delay backup remote connection close until after archive check. - Improve detailed error output. - Improve TLS error reporting. + Additional Notes - Documentation Bug Fixes: Add none to compress-type option reference and fix example. Add missing azure type in repo-type option reference. Fix typo in repo-cipher-type option reference. - Documentation Improvements: Clarify that expire must be run regularly when expire-auto is disabled. OBS-URL: https://build.opensuse.org/request/show/833420 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=34 --- pgbackrest-2.28.tar.gz | 3 --- pgbackrest-2.29.tar.gz | 3 +++ pgbackrest.changes | 32 ++++++++++++++++++++++++++++++++ pgbackrest.spec | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) delete mode 100644 pgbackrest-2.28.tar.gz create mode 100644 pgbackrest-2.29.tar.gz diff --git a/pgbackrest-2.28.tar.gz b/pgbackrest-2.28.tar.gz deleted file mode 100644 index 257b171..0000000 --- a/pgbackrest-2.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f93a212b3adb5cfbb2b564a64c2187f508a2d5a21cab5725c45fabd615670680 -size 5431118 diff --git a/pgbackrest-2.29.tar.gz b/pgbackrest-2.29.tar.gz new file mode 100644 index 0000000..0663de0 --- /dev/null +++ b/pgbackrest-2.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939b86658eb147df073cdf32be614db9de17d348831fab05f2eeb82e74ade618 +size 5459237 diff --git a/pgbackrest.changes b/pgbackrest.changes index 955b37f..cc1b5f2 100644 --- a/pgbackrest.changes +++ b/pgbackrest.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Thu Sep 10 09:35:27 UTC 2020 - Bruno Friedmann + +- update to version 2.29 - Auto S3 Credentials on AWS + + Bug Fixes: + - Suppress errors when closing local/remote processes. Since the + command has completed it is counterproductive to throw an + error but still warn to indicate that something unusual happened. + - Fix issue with = character in file or database names. + + Features: + - Automatically retrieve temporary S3 credentials on AWS instances. + - Add archive-mode option to disable archiving on restore. + + Improvements: + - PostgreSQL 13 beta3 support. Changes to the control/catalog/WAL + versions in subsequent betas may break compatibility but + pgBackRest will be updated with each release to keep pace. + - Asynchronous list/remove for S3/Azure storage. + - Improve memory usage of unlogged relation detection in + manifest build. + - Proactively close file descriptors after forking async process. + - Delay backup remote connection close until after archive check. + - Improve detailed error output. + - Improve TLS error reporting. + + Additional Notes + - Documentation Bug Fixes: + Add none to compress-type option reference and fix example. + Add missing azure type in repo-type option reference. + Fix typo in repo-cipher-type option reference. + - Documentation Improvements: + Clarify that expire must be run regularly when expire-auto + is disabled. + ------------------------------------------------------------------- Wed Aug 19 07:46:40 UTC 2020 - Bruno Friedmann diff --git a/pgbackrest.spec b/pgbackrest.spec index 30f459f..f922812 100644 --- a/pgbackrest.spec +++ b/pgbackrest.spec @@ -22,7 +22,7 @@ %define make_build %{_bindir}/make %{?_smp_mflags} %endif Name: pgbackrest -Version: 2.28 +Version: 2.29 Release: 0 Summary: Reliable PostgreSQL Backup & Restore License: MIT