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
19 lines
388 B
Desktop File
19 lines
388 B
Desktop File
[Unit]
|
|
Description=pgBackRest Server
|
|
Documentation=https://pgbackrest.org/configuration.html
|
|
Documentation=man:pgbackrest(1) man:pgbackrest.conf(5)
|
|
After=network.target
|
|
StartLimitIntervalSec=0
|
|
PartOf=pgbackrest.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=1
|
|
User=postgres
|
|
ExecStart=/usr/bin/pgbackrest server
|
|
ExecReload=kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|