Bruno Friedmann
b66e0a1b6e
- 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
16 lines
416 B
Desktop File
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
|
|
|