- 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
This commit is contained in:
parent
1ac82c4200
commit
82d765d42b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:131c5c870979945004970d325ac473fbee54f83abdea11acf75e647057dc745f
|
||||
size 5584106
|
3
pgbackrest-2.33.tar.gz
Normal file
3
pgbackrest-2.33.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:772afaf5cae17fa1fa102c84576b8d6a5074ba3ff510bb86d321c98feebff837
|
||||
size 5642397
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 09:33:00 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
|
||||
|
||||
- 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 <bruno@ioda-net.ch>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user