SHA256
1
0
forked from pool/pgbackrest
Go to file
Bruno Friedmann 7ccaa117a7 Accepting request 1163486 from home:amanzini:branches:server:database:postgresql
- update to version 2.51
  * Bug Fixes:
    + Skip zero-length files for block incremental delta restore. 
    + Fix performance regression in storage list. 
    + Fix progress logging when file size changes during backup. 
  * Improvements:
    + Improved support for dual stack connections.
    + Make meson the primary build system.
    + Detect files that have not changed during non-delta incremental backup.
    + Prevent invalid recovery when backup_label removed. 
    + Improve archive-push WAL segment queue handling. 
    + Limit resume functionality to full backups. 
    + Update resume functionality for block incremental. 
    + Allow --version and --help for version and help. 
    + Add detailed backtrace to autoconf/make build.
  * Documentation Improvements:
    + Update references to recovery.conf. (Reviewed by Stefan Fercot. Suggested by Stephen Frost.)

OBS-URL: https://build.opensuse.org/request/show/1163486
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=67
2024-03-29 17:23:42 +00:00
.gitattributes - update to 1.00 2016-05-04 02:32:15 +00:00
.gitignore - update to 1.00 2016-05-04 02:32:15 +00:00
libpq-fe.h_localisation.patch Accepting request 1163486 from home:amanzini:branches:server:database:postgresql 2024-03-29 17:23:42 +00:00
pgbackrest-2.51.tar.gz Accepting request 1163486 from home:amanzini:branches:server:database:postgresql 2024-03-29 17:23:42 +00:00
pgbackrest-diff@.service - make sure all unit files have unix line endings 2022-02-18 18:01:52 +00:00
pgbackrest-diff@.timer - make sure all unit files have unix line endings 2022-02-18 18:01:52 +00:00
pgbackrest-full@.service - make sure all unit files have unix line endings 2022-02-18 18:01:52 +00:00
pgbackrest-full@.timer - make sure all unit files have unix line endings 2022-02-18 18:01:52 +00:00
pgbackrest-incr@.service - make sure all unit files have unix line endings 2022-02-18 18:01:52 +00:00
pgbackrest-incr@.timer - make sure all unit files have unix line endings 2022-02-18 18:01:52 +00:00
pgbackrest.changes Accepting request 1163486 from home:amanzini:branches:server:database:postgresql 2024-03-29 17:23:42 +00:00
pgbackrest.conf - add systemd services: 2022-02-18 17:58:46 +00:00
pgbackrest.service - add systemd services: 2022-02-18 17:58:46 +00:00
pgbackrest.spec Accepting request 1163486 from home:amanzini:branches:server:database:postgresql 2024-03-29 17:23:42 +00:00
pgbackrest.target - add systemd services: 2022-02-18 17:58:46 +00:00
pgbackrest.tmpfiles.d Accepting request 960068 from home:darix:branches:server:database:postgresql 2022-03-08 08:30:45 +00:00
README.SUSE Accepting request 960068 from home:darix:branches:server:database:postgresql 2022-03-08 08:30:45 +00:00
series Accepting request 960068 from home:darix:branches:server:database:postgresql 2022-03-08 08:30:45 +00:00
use-run-pgbackrest.patch Accepting request 1163486 from home:amanzini:branches:server:database:postgresql 2024-03-29 17:23:42 +00:00

  SUSE Changes to pgbackrest

move the lock file to /run/pgbackrest and make sure that it gets created with the postgres user and group.