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
This commit is contained in:
parent
d0518e22a8
commit
41c8d9e69e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f93a212b3adb5cfbb2b564a64c2187f508a2d5a21cab5725c45fabd615670680
|
||||
size 5431118
|
3
pgbackrest-2.29.tar.gz
Normal file
3
pgbackrest-2.29.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:939b86658eb147df073cdf32be614db9de17d348831fab05f2eeb82e74ade618
|
||||
size 5459237
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 09:35:27 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
|
||||
|
||||
- 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 <bruno@ioda-net.ch>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user