SHA256
1
0
forked from pool/pgbackrest
Go to file
Bruno Friedmann b445c210ae Accepting request 985710 from home:bruno_friedmann:branches:server:database:postgresql
- update do version 2.39
  + Bug Fixes:
    - Fix error thrown from FINALLY() causing an infinite loop.
    - Error on all lock failures except another process holding the lock.
  + Features:
    - Backup file bundling for improved small file support.
    - Verify command to validate the contents of a repository.
    - PostgreSQL 15 support.
    - Show backup percent complete in info output.
    - Auto-select backup for restore command --type=lsn.
    - Suppress existing WAL warning when archive-mode-check is disabled.
    - Add AWS IMDSv2 support.
  + Improvements:
    - Allow repo-hardlink option to be changed after full backup.
    - Increase precision of percent complete logging for backup and restore.
    - Improve path validation for repo-* commands.
    - Improve stop command to honor stanza option.
    - Improve error message for invalid repo-azure-key. 
    - Add hint to check the log on archive-get/archive-push async error.
    - Add ClockError for unexpected clock skew and timezone changes.
    - Strip extensions from history manifest before showing in error message.
    - Add user:group to lock permission error.
  + Documentation Bug Fixes:
    - Fix incorrect reference to stanza-update in the user guide.
    - Fix example for repo-gcs-key-type option in configuration reference. 
    - Fix tls-server-auth example and add clarifications.
  + Documentation Improvements:
    - Simplify messaging around supported versions in the documentation.
    - Add option type descriptions.
    - Add FAQ about backup types and restore speed.

OBS-URL: https://build.opensuse.org/request/show/985710
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=48
2022-07-03 13:42: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 960068 from home:darix:branches:server:database:postgresql 2022-03-08 08:30:45 +00:00
pgbackrest-2.39.tar.gz Accepting request 985710 from home:bruno_friedmann:branches:server:database:postgresql 2022-07-03 13:42: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 985710 from home:bruno_friedmann:branches:server:database:postgresql 2022-07-03 13:42: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 985710 from home:bruno_friedmann:branches:server:database:postgresql 2022-07-03 13:42: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 960068 from home:darix:branches:server:database:postgresql 2022-03-08 08:30:45 +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.