forked from pool/pgbackrest
Compare commits
14 Commits
Author | SHA256 | Date | |
---|---|---|---|
df8ef32abe | |||
89a8e065a4 | |||
4f2aaff594 | |||
58665fc184 | |||
a706a070cf | |||
3ebc208c5f | |||
c6c76f3a16 | |||
a7c3547695 | |||
23b81a8cea | |||
bc80a7f422 | |||
f13b379f5b | |||
95bfa7c4c0 | |||
e3ab9ad79c | |||
1a100d8b11 |
@@ -1,7 +1,7 @@
|
|||||||
Index: pgbackrest-release-2.53.1/src/postgres/client.c
|
Index: pgbackrest-release-2.54.1/src/postgres/client.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.53.1.orig/src/postgres/client.c
|
--- pgbackrest-release-2.54.1.orig/src/postgres/client.c
|
||||||
+++ pgbackrest-release-2.53.1/src/postgres/client.c
|
+++ pgbackrest-release-2.54.1/src/postgres/client.c
|
||||||
@@ -3,7 +3,7 @@ Postgres Client
|
@@ -3,7 +3,7 @@ Postgres Client
|
||||||
***********************************************************************************************************************************/
|
***********************************************************************************************************************************/
|
||||||
#include "build.auto.h"
|
#include "build.auto.h"
|
||||||
@@ -10,23 +10,4 @@ Index: pgbackrest-release-2.53.1/src/postgres/client.c
|
|||||||
+#include <pgsql/libpq-fe.h>
|
+#include <pgsql/libpq-fe.h>
|
||||||
|
|
||||||
#include "common/debug.h"
|
#include "common/debug.h"
|
||||||
#include "common/log.h"
|
#include "common/io/fd.h"
|
||||||
Index: pgbackrest-release-2.53.1/src/configure
|
|
||||||
===================================================================
|
|
||||||
--- pgbackrest-release-2.53.1.orig/src/configure
|
|
||||||
+++ pgbackrest-release-2.53.1/src/configure
|
|
||||||
@@ -3655,12 +3655,12 @@ else $as_nop
|
|
||||||
as_fn_error $? "library 'pq' is required" "$LINENO" 5
|
|
||||||
fi
|
|
||||||
|
|
||||||
-ac_fn_c_check_header_compile "$LINENO" "libpq-fe.h" "ac_cv_header_libpq_fe_h" "$ac_includes_default"
|
|
||||||
+ac_fn_c_check_header_compile "$LINENO" "pgsql/libpq-fe.h" "ac_cv_header_libpq_fe_h" "$ac_includes_default"
|
|
||||||
if test "x$ac_cv_header_libpq_fe_h" = xyes
|
|
||||||
then :
|
|
||||||
|
|
||||||
else $as_nop
|
|
||||||
- as_fn_error $? "header file <libpq-fe.h> is required" "$LINENO" 5
|
|
||||||
+ as_fn_error $? "header file <pgsql/libpq-fe.h> is required" "$LINENO" 5
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9a8ea2aec0090896dbeeb0c9979c537f7eeeb7eb33b54dea54cf0df464a3311e
|
|
||||||
size 2696024
|
|
3
pgbackrest-2.56.0.tar.gz
Normal file
3
pgbackrest-2.56.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e4ed91be1c518817fd2909c99edc0d3661126fde86abf77a0d470da09741447f
|
||||||
|
size 2698508
|
@@ -1,5 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Weekly pgbackrest diff backup (sun)
|
Description=Weekly pgbackrest diff backup (wed)
|
||||||
Documentation=https://pgbackrest.org/configuration.html
|
Documentation=https://pgbackrest.org/configuration.html
|
||||||
Documentation=man:pgbackrest(1) man:pgbackrest.conf(5)
|
Documentation=man:pgbackrest(1) man:pgbackrest.conf(5)
|
||||||
PartOf=pgbackrest.target
|
PartOf=pgbackrest.target
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Montly pgbackrest full backup (1st sun)
|
Description=Monthly pgbackrest full backup (1st sun)
|
||||||
Documentation=https://pgbackrest.org/configuration.html
|
Documentation=https://pgbackrest.org/configuration.html
|
||||||
Documentation=man:pgbackrest(1) man:pgbackrest.conf(5)
|
Documentation=man:pgbackrest(1) man:pgbackrest.conf(5)
|
||||||
PartOf=pgbackrest.target
|
PartOf=pgbackrest.target
|
||||||
|
@@ -1,3 +1,148 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 21 18:50:57 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- update to 2.56.0
|
||||||
|
- Bug Fixes:
|
||||||
|
- Fix issue with adhoc expiration when no backups in a
|
||||||
|
repository. (Reviewed by Stefan Fercot. Reported by Anup
|
||||||
|
Gupta.)
|
||||||
|
- Features:
|
||||||
|
- Add restore progress to info command output. (Contributed by
|
||||||
|
Denis Garsh, Maxim Michkov. Reviewed by David Steele.)
|
||||||
|
- Add progress-only detail level for info command output.
|
||||||
|
(Contributed by Denis Garsh. Reviewed by David Steele, Stefan
|
||||||
|
Fercot.)
|
||||||
|
- Improvements:
|
||||||
|
- Retry failed reads on object stores. (Reviewed by David
|
||||||
|
Christensen.)
|
||||||
|
- Fix defaults in command-line help. (Reviewed by David
|
||||||
|
Christensen, Chris Bandy.)
|
||||||
|
- Documentation Improvements:
|
||||||
|
- Describe discrete option values in a list where appropriate.
|
||||||
|
(Contributed by Anton Kurochkin. Reviewed by David Steele.)
|
||||||
|
- Fix "less than" in help output for archive-mode option.
|
||||||
|
(Contributed by Anton Kurochkin. Reviewed by David Steele.)
|
||||||
|
- refreshed use-run-pgbackrest.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 5 21:56:33 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- update to 2.55.1
|
||||||
|
- Revert "calculate content-md5 on S3 only when required".
|
||||||
|
(Reviewed by David Christensen. Reported by Frank Brendel.)
|
||||||
|
- Fix lower bounds checking for option keys. (Reviewed by David
|
||||||
|
Christensen, Wolfgang Walther. Reported by Wolfgang Walther.)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 22 01:26:10 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- update to 2.55.0
|
||||||
|
Verification Improvements and PostgreSQL 18 Support
|
||||||
|
- Bug Fixes:
|
||||||
|
- Fix block incremental restore issue on non-default
|
||||||
|
repository. (Reviewed by David Christensen, Aleksander
|
||||||
|
Łukasz. Reported by Aleksander Łukasz.)
|
||||||
|
- Do not set recovery_target_timeline=current for PostgreSQL <
|
||||||
|
12. (Reviewed by Stefan Fercot.)
|
||||||
|
- Fix expire archive range logging. (Reviewed by Stefan Fercot.
|
||||||
|
Reported by Aleš Zelený.)
|
||||||
|
- Fix error reporting for queries with no results. (Reviewed by
|
||||||
|
Stefan Fercot. Reported by Susantha Bathige.)
|
||||||
|
- Features:
|
||||||
|
- Verify recovery target timeline. (Reviewed by Stefan Fercot.)
|
||||||
|
- Allow verification of a specified backup. (Contributed by
|
||||||
|
Maxim Michkov. Reviewed by David Steele.)
|
||||||
|
- Add support for S3/GCS requester pays. (Contributed by
|
||||||
|
Timothée Peignier. Reviewed by David Steele.)
|
||||||
|
- PostgreSQL 18 experimental support. (Reviewed by Stefan
|
||||||
|
Fercot.)
|
||||||
|
- Allow connections to PostgreSQL on abstract domain sockets.
|
||||||
|
(Reviewed by Chris Bandy. Suggested by Chris Bandy.)
|
||||||
|
- Add numeric output to version command. (Contributed by Stefan
|
||||||
|
Fercot. Reviewed by David Steele.)
|
||||||
|
- Improvements:
|
||||||
|
- Allow backup command to operate on remote repositories.
|
||||||
|
(Reviewed by Stefan Fercot.)
|
||||||
|
- Use lz4 for protocol compression. (Reviewed by Stefan
|
||||||
|
Fercot.)
|
||||||
|
- Calculate content-md5 on S3 only when required. (Reviewed by
|
||||||
|
David Christensen.)
|
||||||
|
- Warn when a value for a multi-key option is overwritten.
|
||||||
|
(Reviewed by David Christensen, Stefan Fercot.)
|
||||||
|
- Add detail logging for expired archive path. (Contributed by
|
||||||
|
Stefan Fercot. Reviewed by David Steele.)
|
||||||
|
- Remove support for PostgreSQL 9.4. (Reviewed by Stefan
|
||||||
|
Fercot.)
|
||||||
|
- Remove autoconf/make build. (Reviewed by David Christensen.)
|
||||||
|
- Documentation Improvements:
|
||||||
|
- Fix documentation for specifying multiple stanzas with
|
||||||
|
tls-server-auth. (Reviewed by David Christensen, Stefan
|
||||||
|
Fercot. Suggested by Terry MacAndrew.)
|
||||||
|
- Clarify incremental backup expiration. (Reviewed by Stefan
|
||||||
|
Fercot.)
|
||||||
|
- Clarify requirement for local/remote pgBackRest versions to
|
||||||
|
match. (Contributed by Greg Clough. Reviewed by David
|
||||||
|
Steele.)
|
||||||
|
- Add FAQ about exporting self-contained cluster. (Contributed
|
||||||
|
by Stefan Fercot. Reviewed by David Steele.)
|
||||||
|
- Caveat --tablespace-map-all regarding tablespace creation.
|
||||||
|
(Reviewed by Stefan Fercot, Christophe Courtois. Suggested by
|
||||||
|
Christophe Courtois.)
|
||||||
|
- Clarify behavior of --repo-retention-full-type. (Reviewed by
|
||||||
|
Antoine Beaupré. Suggested by Antoine Beaupré.)
|
||||||
|
- Change --process-max recommendation for object stores to
|
||||||
|
--repo-bundle. (Reviewed by Stefan Fercot.)
|
||||||
|
- Update unix_socket_directory to unix_socket_directories.
|
||||||
|
(Contributed by hyunkyu han. Reviewed by David Steele.)
|
||||||
|
- Recommend not placing spool-path within pg_xlog/pg_wal.
|
||||||
|
(Reviewed by Martín Marqués, Don Seiler. Suggested by Martín
|
||||||
|
Marqués.)
|
||||||
|
- refreshed patches:
|
||||||
|
- libpq-fe.h_localisation.patch
|
||||||
|
- use-run-pgbackrest.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 20 16:46:53 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- update to 2.54.2
|
||||||
|
- Fix issue after disabling bundling with block incremental
|
||||||
|
enabled. (Reviewed by David Christensen.)
|
||||||
|
- Clarify behavior of multiple configuration files. (Reviewed by
|
||||||
|
Paul Bierly. Suggested by Paul Bierly.)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 23 15:27:18 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
- update to version 2.54.1
|
||||||
|
* Fix issue with version/help commands attempting to load pgbackrest.conf
|
||||||
|
* Stabilize async archiving in integration tests
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 15 23:52:24 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- Fix typos in unit files
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 8 09:53:26 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- only build with libbacktrace where it is supported
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 26 09:37:59 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
- update to version 2.54.0
|
||||||
|
* Fix PostgreSQL query performance for large datasets.
|
||||||
|
* Allow repositories on versioned storage to be read at a target time.
|
||||||
|
* Allow requested standby backup to proceed with no standby.
|
||||||
|
* Summarize backup reference list for info command text output.
|
||||||
|
* Refresh web-id token for each S3 authentication.
|
||||||
|
* Correctly display current values for indexed options in help.
|
||||||
|
* Save backup.info only when contents have changed.
|
||||||
|
* Remove limitation on reading files in parallel during restore.
|
||||||
|
* Improve SFTP error messages.
|
||||||
|
* Add performance tuning section to user guide.
|
||||||
|
* Documentation improvements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 20 06:28:25 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
Tue Aug 20 06:28:25 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pgbackrest
|
# spec file for package pgbackrest
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2019-2022 Ioda-Net Sàrl, Charmoille, Switzerland.
|
# Copyright (c) 2019-2022 Ioda-Net Sàrl, Charmoille, Switzerland.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define services pgbackrest.target pgbackrest-diff@.service pgbackrest-full@.service pgbackrest-incr@.service pgbackrest.service pgbackrest-diff@.timer pgbackrest-full@.timer pgbackrest-incr@.timer
|
%define services pgbackrest.target pgbackrest-diff@.service pgbackrest-full@.service pgbackrest-incr@.service pgbackrest.service pgbackrest-diff@.timer pgbackrest-full@.timer pgbackrest-incr@.timer
|
||||||
Name: pgbackrest
|
Name: pgbackrest
|
||||||
Version: 2.53.1
|
Version: 2.56.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Reliable PostgreSQL Backup & Restore
|
Summary: Reliable PostgreSQL Backup & Restore
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -40,7 +40,9 @@ Source98: README.SUSE
|
|||||||
Source99: series
|
Source99: series
|
||||||
Patch0: libpq-fe.h_localisation.patch
|
Patch0: libpq-fe.h_localisation.patch
|
||||||
Patch1: use-run-pgbackrest.patch
|
Patch1: use-run-pgbackrest.patch
|
||||||
|
%if ! (0%{?suse_version} > 0 && 0%{?suse_version} < 1600 && 0%{?sle_version})
|
||||||
BuildRequires: libbacktrace-devel
|
BuildRequires: libbacktrace-devel
|
||||||
|
%endif
|
||||||
BuildRequires: libyaml-devel
|
BuildRequires: libyaml-devel
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
Index: pgbackrest-release-2.53.1/CODING.md
|
Index: pgbackrest-release-2.56.0/CODING.md
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.53.1.orig/CODING.md
|
--- pgbackrest-release-2.56.0.orig/CODING.md
|
||||||
+++ pgbackrest-release-2.53.1/CODING.md
|
+++ pgbackrest-release-2.56.0/CODING.md
|
||||||
@@ -268,11 +268,11 @@ Continuation characters should be aligne
|
@@ -268,11 +268,11 @@ Continuation characters should be aligne
|
||||||
|
|
||||||
This function can be called without variable parameters:
|
This function can be called without variable parameters:
|
||||||
@@ -16,11 +16,11 @@ Index: pgbackrest-release-2.53.1/CODING.md
|
|||||||
```
|
```
|
||||||
If the majority of functions in a module or object are variadic it is best to provide macros for all functions even if they do not have variable parameters. Do not use the base function when variadic macros exist.
|
If the majority of functions in a module or object are variadic it is best to provide macros for all functions even if they do not have variable parameters. Do not use the base function when variadic macros exist.
|
||||||
|
|
||||||
Index: pgbackrest-release-2.53.1/doc/resource/git-history.cache
|
Index: pgbackrest-release-2.56.0/doc/resource/git-history.cache
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.53.1.orig/doc/resource/git-history.cache
|
--- pgbackrest-release-2.56.0.orig/doc/resource/git-history.cache
|
||||||
+++ pgbackrest-release-2.53.1/doc/resource/git-history.cache
|
+++ pgbackrest-release-2.56.0/doc/resource/git-history.cache
|
||||||
@@ -8089,7 +8089,7 @@
|
@@ -9209,7 +9209,7 @@
|
||||||
{
|
{
|
||||||
"commit": "a1365b26d4c2383eaacea3714eeb521435ca79aa",
|
"commit": "a1365b26d4c2383eaacea3714eeb521435ca79aa",
|
||||||
"date": "2021-01-18 23:41:09 -0500",
|
"date": "2021-01-18 23:41:09 -0500",
|
||||||
@@ -29,7 +29,7 @@ Index: pgbackrest-release-2.53.1/doc/resource/git-history.cache
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"commit": "8322dfd7af97e307b952cfb37e6a65b65f55be0f",
|
"commit": "8322dfd7af97e307b952cfb37e6a65b65f55be0f",
|
||||||
@@ -10905,8 +10905,8 @@
|
@@ -12025,8 +12025,8 @@
|
||||||
{
|
{
|
||||||
"commit": "3fbfcba811499a59b943dd893eef9ff52090f7b6",
|
"commit": "3fbfcba811499a59b943dd893eef9ff52090f7b6",
|
||||||
"date": "2020-03-16 17:27:01 -0400",
|
"date": "2020-03-16 17:27:01 -0400",
|
||||||
@@ -40,7 +40,7 @@ Index: pgbackrest-release-2.53.1/doc/resource/git-history.cache
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"commit": "46911c64c19dc8ff76d2a6ff4548fc01647043e0",
|
"commit": "46911c64c19dc8ff76d2a6ff4548fc01647043e0",
|
||||||
@@ -12806,7 +12806,7 @@
|
@@ -13926,7 +13926,7 @@
|
||||||
"commit": "45881c74aeff4bb25559ec0254fa7fc1960d9cab",
|
"commit": "45881c74aeff4bb25559ec0254fa7fc1960d9cab",
|
||||||
"date": "2019-10-08 12:06:30 -0400",
|
"date": "2019-10-08 12:06:30 -0400",
|
||||||
"subject": "Allow most unit tests to run outside of a container.",
|
"subject": "Allow most unit tests to run outside of a container.",
|
||||||
@@ -49,7 +49,7 @@ Index: pgbackrest-release-2.53.1/doc/resource/git-history.cache
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"commit": "77b0c6c993a0e6ff45a6a99f343c3709a016d152",
|
"commit": "77b0c6c993a0e6ff45a6a99f343c3709a016d152",
|
||||||
@@ -21293,7 +21293,7 @@
|
@@ -22413,7 +22413,7 @@
|
||||||
"commit": "18fd25233b1db7b3197f5d8dc537d239dcfc7aba",
|
"commit": "18fd25233b1db7b3197f5d8dc537d239dcfc7aba",
|
||||||
"date": "2016-04-14 09:30:54 -0400",
|
"date": "2016-04-14 09:30:54 -0400",
|
||||||
"subject": "New simpler configuration and consistent project/exe/path naming.",
|
"subject": "New simpler configuration and consistent project/exe/path naming.",
|
||||||
@@ -58,10 +58,10 @@ Index: pgbackrest-release-2.53.1/doc/resource/git-history.cache
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"commit": "885797e4b58a675487a3531ba16908c1d1e9f970",
|
"commit": "885797e4b58a675487a3531ba16908c1d1e9f970",
|
||||||
Index: pgbackrest-release-2.53.1/doc/xml/coding.xml
|
Index: pgbackrest-release-2.56.0/doc/xml/coding.xml
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.53.1.orig/doc/xml/coding.xml
|
--- pgbackrest-release-2.56.0.orig/doc/xml/coding.xml
|
||||||
+++ pgbackrest-release-2.53.1/doc/xml/coding.xml
|
+++ pgbackrest-release-2.56.0/doc/xml/coding.xml
|
||||||
@@ -365,13 +365,13 @@ void storagePathCreate(const Storage *th
|
@@ -365,13 +365,13 @@ void storagePathCreate(const Storage *th
|
||||||
<p>This function can be called without variable parameters:</p>
|
<p>This function can be called without variable parameters:</p>
|
||||||
|
|
||||||
@@ -78,10 +78,10 @@ Index: pgbackrest-release-2.53.1/doc/xml/coding.xml
|
|||||||
</code-block>
|
</code-block>
|
||||||
|
|
||||||
<p>If the majority of functions in a module or object are variadic it is best to provide macros for all functions even if they do not have variable parameters. Do not use the base function when variadic macros exist.</p>
|
<p>If the majority of functions in a module or object are variadic it is best to provide macros for all functions even if they do not have variable parameters. Do not use the base function when variadic macros exist.</p>
|
||||||
Index: pgbackrest-release-2.53.1/doc/xml/release/2016/1.00.xml
|
Index: pgbackrest-release-2.56.0/doc/xml/release/2016/1.00.xml
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.53.1.orig/doc/xml/release/2016/1.00.xml
|
--- pgbackrest-release-2.56.0.orig/doc/xml/release/2016/1.00.xml
|
||||||
+++ pgbackrest-release-2.53.1/doc/xml/release/2016/1.00.xml
|
+++ pgbackrest-release-2.56.0/doc/xml/release/2016/1.00.xml
|
||||||
@@ -43,7 +43,7 @@
|
@@ -43,7 +43,7 @@
|
||||||
<release-item-contributor id="david.steele"/>
|
<release-item-contributor id="david.steele"/>
|
||||||
</release-item-contributor-list> -->
|
</release-item-contributor-list> -->
|
||||||
@@ -91,11 +91,11 @@ Index: pgbackrest-release-2.53.1/doc/xml/release/2016/1.00.xml
|
|||||||
</release-item>
|
</release-item>
|
||||||
|
|
||||||
<release-item>
|
<release-item>
|
||||||
Index: pgbackrest-release-2.53.1/src/build/config/config.yaml
|
Index: pgbackrest-release-2.56.0/src/build/config/config.yaml
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.53.1.orig/src/build/config/config.yaml
|
--- pgbackrest-release-2.56.0.orig/src/build/config/config.yaml
|
||||||
+++ pgbackrest-release-2.53.1/src/build/config/config.yaml
|
+++ pgbackrest-release-2.56.0/src/build/config/config.yaml
|
||||||
@@ -867,7 +867,7 @@ option:
|
@@ -922,7 +922,7 @@ option:
|
||||||
lock-path:
|
lock-path:
|
||||||
section: global
|
section: global
|
||||||
type: path
|
type: path
|
||||||
@@ -104,23 +104,23 @@ Index: pgbackrest-release-2.53.1/src/build/config/config.yaml
|
|||||||
command:
|
command:
|
||||||
annotate: {}
|
annotate: {}
|
||||||
archive-get: {}
|
archive-get: {}
|
||||||
Index: pgbackrest-release-2.53.1/src/config/parse.auto.c.inc
|
Index: pgbackrest-release-2.56.0/src/config/parse.auto.c.inc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.53.1.orig/src/config/parse.auto.c.inc
|
--- pgbackrest-release-2.56.0.orig/src/config/parse.auto.c.inc
|
||||||
+++ pgbackrest-release-2.53.1/src/config/parse.auto.c.inc
|
+++ pgbackrest-release-2.56.0/src/config/parse.auto.c.inc
|
||||||
@@ -11,7 +11,7 @@ Rule Strings
|
@@ -14,7 +14,7 @@ static const StringPubConst parseRuleVal
|
||||||
|
PARSE_RULE_STRPUB("-1"), // val/str
|
||||||
static const StringPub parseRuleValueStr[] =
|
PARSE_RULE_STRPUB("-5"), // val/str
|
||||||
{
|
PARSE_RULE_STRPUB("-7"), // val/str
|
||||||
- PARSE_RULE_STRPUB("/tmp/pgbackrest"), // val/str
|
- PARSE_RULE_STRPUB("/tmp/pgbackrest"), // val/str
|
||||||
+ PARSE_RULE_STRPUB("/run/pgbackrest"), // val/str
|
+ PARSE_RULE_STRPUB("/run/pgbackrest"), // val/str
|
||||||
PARSE_RULE_STRPUB("/var/lib/pgbackrest"), // val/str
|
PARSE_RULE_STRPUB("/var/lib/pgbackrest"), // val/str
|
||||||
PARSE_RULE_STRPUB("/var/log/pgbackrest"), // val/str
|
PARSE_RULE_STRPUB("/var/log/pgbackrest"), // val/str
|
||||||
PARSE_RULE_STRPUB("/var/spool/pgbackrest"), // val/str
|
PARSE_RULE_STRPUB("/var/spool/pgbackrest"), // val/str
|
||||||
Index: pgbackrest-release-2.53.1/test/ci.pl
|
Index: pgbackrest-release-2.56.0/test/ci.pl
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.53.1.orig/test/ci.pl
|
--- pgbackrest-release-2.56.0.orig/test/ci.pl
|
||||||
+++ pgbackrest-release-2.53.1/test/ci.pl
|
+++ pgbackrest-release-2.56.0/test/ci.pl
|
||||||
@@ -196,8 +196,8 @@ eval
|
@@ -196,8 +196,8 @@ eval
|
||||||
$strPackage .= " libdbd-pg-perl";
|
$strPackage .= " libdbd-pg-perl";
|
||||||
}
|
}
|
||||||
@@ -132,11 +132,11 @@ Index: pgbackrest-release-2.53.1/test/ci.pl
|
|||||||
processEnd();
|
processEnd();
|
||||||
|
|
||||||
processBegin('install test packages');
|
processBegin('install test packages');
|
||||||
Index: pgbackrest-release-2.53.1/test/src/module/command/helpTest.c
|
Index: pgbackrest-release-2.56.0/test/src/module/command/helpTest.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pgbackrest-release-2.53.1.orig/test/src/module/command/helpTest.c
|
--- pgbackrest-release-2.56.0.orig/test/src/module/command/helpTest.c
|
||||||
+++ pgbackrest-release-2.53.1/test/src/module/command/helpTest.c
|
+++ pgbackrest-release-2.56.0/test/src/module/command/helpTest.c
|
||||||
@@ -246,7 +246,7 @@ testRun(void)
|
@@ -267,7 +267,7 @@ testRun(void)
|
||||||
" [default=n]\n"
|
" [default=n]\n"
|
||||||
" --io-timeout I/O timeout [default=1m]\n"
|
" --io-timeout I/O timeout [default=1m]\n"
|
||||||
" --lock-path path where lock files are stored\n"
|
" --lock-path path where lock files are stored\n"
|
||||||
@@ -145,25 +145,3 @@ Index: pgbackrest-release-2.53.1/test/src/module/command/helpTest.c
|
|||||||
" --neutral-umask use a neutral umask [default=y]\n"
|
" --neutral-umask use a neutral umask [default=y]\n"
|
||||||
" --process-max max processes to use for\n"
|
" --process-max max processes to use for\n"
|
||||||
" compress/transfer [default=1]\n"
|
" compress/transfer [default=1]\n"
|
||||||
Index: pgbackrest-release-2.53.1/test/Vagrantfile
|
|
||||||
===================================================================
|
|
||||||
--- pgbackrest-release-2.53.1.orig/test/Vagrantfile
|
|
||||||
+++ pgbackrest-release-2.53.1/test/Vagrantfile
|
|
||||||
@@ -54,12 +54,12 @@ Vagrant.configure(2) do |config|
|
|
||||||
sudo /etc/init.d/virtualbox-guest-utils stop
|
|
||||||
sudo /usr/sbin/VBoxService --timesync-set-on-restore --timesync-interval 5000 --timesync-set-threshold 1
|
|
||||||
|
|
||||||
- # Create /tmp/pgbackrest and give ownership to root so we know unit tests are not writing there
|
|
||||||
+ # Create /run/pgbackrest and give ownership to root so we know unit tests are not writing there
|
|
||||||
#-----------------------------------------------------------------------------------------------------------------------
|
|
||||||
- echo 'Create /tmp/pgbackrest owned by root' && date
|
|
||||||
- sudo mkdir -p /tmp/pgbackrest
|
|
||||||
- sudo chown root:root /tmp/pgbackrest
|
|
||||||
- sudo chmod 700 /tmp/pgbackrest
|
|
||||||
+ echo 'Create /run/pgbackrest owned by root' && date
|
|
||||||
+ sudo mkdir -p /run/pgbackrest
|
|
||||||
+ sudo chown root:root /run/pgbackrest
|
|
||||||
+ sudo chmod 700 /run/pgbackrest
|
|
||||||
|
|
||||||
# Mount tmpfs at /home/vagrant/test for faster testing
|
|
||||||
#-----------------------------------------------------------------------------------------------------------------------
|
|
||||||
|
Reference in New Issue
Block a user