pgbackrest/pgbackrest-full@.service
Bruno Friedmann b66e0a1b6e Accepting request 1189224 from home:amanzini:branches:server:database:postgresql
- update to version 2.53
  * IMPORTANT NOTE: The log-level-stderr option default has been changed from warn to off. 
    This makes it easier to capture errors when only redirecting stdout. 
    To preserve the prior behavior set log-level-stderr=warn
  * Fixed SFTP renaming failure when file already exists
  * Allow backups to run concurrently on different repositories
  * Support IP-based SANs for TLS certificate validation.
  * Default log-level-stderr option to off
  * Allow alternative WAL segment sizes for PostgreSQL ≤ 10
  * Add hint to check SFTP authorization log
  * Documentation Improvements: Clarify archive-push multi-repo behavior

OBS-URL: https://build.opensuse.org/request/show/1189224
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=73
2024-07-23 12:05:29 +00:00

16 lines
432 B
Desktop File

[Unit]
Description=pgbackrest backup full 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=full backup
# Give a reasonable amount of time for the job to run before timeout
TimeoutSec=7200