From 2ed5e18dbdd0d31697504450eeddc75a2fd9b83a5475eacb8caf88cfa059c52e Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Sat, 26 Dec 2020 17:55:50 +0000 Subject: [PATCH] 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 --- pgbackrest-2.30.tar.gz | 3 --- pgbackrest-2.31.tar.gz | 3 +++ pgbackrest.changes | 22 ++++++++++++++++++++++ pgbackrest.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 pgbackrest-2.30.tar.gz create mode 100644 pgbackrest-2.31.tar.gz diff --git a/pgbackrest-2.30.tar.gz b/pgbackrest-2.30.tar.gz deleted file mode 100644 index 0168bfd..0000000 --- a/pgbackrest-2.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:981e6fb0847c0d4e6b9d672a0cf568155b6690a45c7adc798d2aa9db29fd76b8 -size 5482962 diff --git a/pgbackrest-2.31.tar.gz b/pgbackrest-2.31.tar.gz new file mode 100644 index 0000000..08c57d7 --- /dev/null +++ b/pgbackrest-2.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7157ec4ad2428379243c30acf2b15c2e9339beeec14697714f8eac2ce4c19896 +size 5497611 diff --git a/pgbackrest.changes b/pgbackrest.changes index e6046e9..0b6624f 100644 --- a/pgbackrest.changes +++ b/pgbackrest.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Dec 26 11:54:52 UTC 2020 - Bruno Friedmann + +- 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 diff --git a/pgbackrest.spec b/pgbackrest.spec index 32ec72b..a926375 100644 --- a/pgbackrest.spec +++ b/pgbackrest.spec @@ -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