Accepting request 828501 from home:bruno_friedmann:branches:server:database:postgresql
- update to version 2.28 - Azure Repository Storage + Bug Fixes: - Fix restore --force acting like --force --delta. This caused restore to replace files based on timestamp and size rather than overwriting, which meant some files that should have been updated were left unchanged. Normal restore and restore --delta were not affected by this issue. + Features: - Azure support for repository storage. - Add expire-auto option. This allows automatic expiration after a successful backup to be disabled. + Improvements: - Asynchronous S3 multipart upload. - Automatic retry for backup, restore, archive-get, and archive-push. - Disable query parallelism in PostgreSQL sessions used for backup control. - PostgreSQL 13 beta2 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. - Improve handling of invalid HTTP response status. - Improve error when pg1-path option missing for archive-get command. - Add hint when checksum delta is enabled after a timeline switch. - Use PostgreSQL instead of postmaster where appropriate. + Documentation Bug Fixes: - Fix incorrect example for repo-retention-full-type option. - Remove internal commands from HTML and man command references. + Documentation Improvements: - Update PostgreSQL versions used to build user guides. Also add version ranges to indicate that a user guide is accurate for a range of PostgreSQL versions even if it was built for a specific version. OBS-URL: https://build.opensuse.org/request/show/828501 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=33
This commit is contained in:
parent
f47fc09661
commit
d0518e22a8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:431bb37cec8932ed1b384972055c14c818a31c56a82f3db0e77e15a7e70a772a
|
||||
size 5391441
|
3
pgbackrest-2.28.tar.gz
Normal file
3
pgbackrest-2.28.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f93a212b3adb5cfbb2b564a64c2187f508a2d5a21cab5725c45fabd615670680
|
||||
size 5431118
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 07:46:40 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
|
||||
|
||||
- update to version 2.28 - Azure Repository Storage
|
||||
+ Bug Fixes:
|
||||
- Fix restore --force acting like --force --delta. This caused
|
||||
restore to replace files based on timestamp and size rather
|
||||
than overwriting, which meant some files that should have been
|
||||
updated were left unchanged. Normal restore and restore
|
||||
--delta were not affected by this issue.
|
||||
+ Features:
|
||||
- Azure support for repository storage.
|
||||
- Add expire-auto option. This allows automatic expiration
|
||||
after a successful backup to be disabled.
|
||||
+ Improvements:
|
||||
- Asynchronous S3 multipart upload.
|
||||
- Automatic retry for backup, restore, archive-get, and archive-push.
|
||||
- Disable query parallelism in PostgreSQL sessions used for backup control.
|
||||
- PostgreSQL 13 beta2 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.
|
||||
- Improve handling of invalid HTTP response status.
|
||||
- Improve error when pg1-path option missing for archive-get command.
|
||||
- Add hint when checksum delta is enabled after a timeline switch.
|
||||
- Use PostgreSQL instead of postmaster where appropriate.
|
||||
+ Documentation Bug Fixes:
|
||||
- Fix incorrect example for repo-retention-full-type option.
|
||||
- Remove internal commands from HTML and man command references.
|
||||
+ Documentation Improvements:
|
||||
- Update PostgreSQL versions used to build user guides. Also add
|
||||
version ranges to indicate that a user guide is accurate for a
|
||||
range of PostgreSQL versions even if it was built for a
|
||||
specific version.
|
||||
- Update FAQ for expiring a specific backup set.
|
||||
- Update FAQ to clarify default PITR behavior.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 30 13:46:41 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define make_build %{_bindir}/make %{?_smp_mflags}
|
||||
%endif
|
||||
Name: pgbackrest
|
||||
Version: 2.27
|
||||
Version: 2.28
|
||||
Release: 0
|
||||
Summary: Reliable PostgreSQL Backup & Restore
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user