Files
pgbackrest/pgbackrest-diff@.service
Marcus Rueckert 89a8e065a4 - 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

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=89
2025-07-21 18:57:27 +00:00

16 lines
416 B
Desktop File

[Unit]
Description=pgbackrest backup diff for %i
Documentation=https://pgbackrest.org/configuration.html
Documentation=man:pgbackrest(1) man:pgbackrest.conf(5)
ConditionACPower=true
PartOf=pgbackrest.target
[Service]
Type=oneshot
User=postgres
Group=postgres
ExecStart=/usr/bin/pgbackrest --log-level-console=info --stanza=%i --type=diff backup
# Give a reasonable amount of time for job to finish
TimeoutSec=7200