Accepting request 858765 from home:bruno_friedmann:branches:server:database:postgresql

- update to version 2.31
  + Bug Fixes:
    - Allow [, #, and space as the first character in database names.
    - Create standby.signal only on PostgreSQL 12 when restore type 
      is standby.
  + Features:
    - Expire history files.
    - Report page checksum errors in info command text output.
    - Add repo-azure-endpoint option.
    - Add pg-database option.
  + Improvements:
    - Improve info command output when a stanza is specified but 
      missing.
    - Improve performance of large file lists in backup/restore 
      commands.
    - Add retries to PostgreSQL sleep when starting a backup.
  + Documentation Improvements:
    Replace RHEL/CentOS 6 documentation with RHEL/CentOS 8.

OBS-URL: https://build.opensuse.org/request/show/858765
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=36
This commit is contained in:
Bruno Friedmann 2020-12-26 17:55:50 +00:00 committed by Git OBS Bridge
parent f1d3ad5540
commit 2ed5e18dbd
4 changed files with 26 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:981e6fb0847c0d4e6b9d672a0cf568155b6690a45c7adc798d2aa9db29fd76b8
size 5482962

3
pgbackrest-2.31.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7157ec4ad2428379243c30acf2b15c2e9339beeec14697714f8eac2ce4c19896
size 5497611

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Dec 26 11:54:52 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
- update to version 2.31
+ Bug Fixes:
- Allow [, #, and space as the first character in database names.
- Create standby.signal only on PostgreSQL 12 when restore type
is standby.
+ Features:
- Expire history files.
- Report page checksum errors in info command text output.
- Add repo-azure-endpoint option.
- Add pg-database option.
+ Improvements:
- Improve info command output when a stanza is specified but
missing.
- Improve performance of large file lists in backup/restore
commands.
- Add retries to PostgreSQL sleep when starting a backup.
+ Documentation Improvements:
Replace RHEL/CentOS 6 documentation with RHEL/CentOS 8.
-------------------------------------------------------------------
Tue Oct 13 12:30:00 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>

View File

@ -22,7 +22,7 @@
%define make_build %{_bindir}/make %{?_smp_mflags}
%endif
Name: pgbackrest
Version: 2.30
Version: 2.31
Release: 0
Summary: Reliable PostgreSQL Backup & Restore
License: MIT