Bruno Friedmann
1a100d8b11
* Fix PostgreSQL query performance for large datasets. * Allow repositories on versioned storage to be read at a target time. * Allow requested standby backup to proceed with no standby. * Summarize backup reference list for info command text output. * Refresh web-id token for each S3 authentication. * Correctly display current values for indexed options in help. * Save backup.info only when contents have changed. * Remove limitation on reading files in parallel during restore. * Improve SFTP error messages. * Add performance tuning section to user guide. * Documentation improvements OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=77
16 lines
427 B
Desktop File
16 lines
427 B
Desktop File
[Unit]
|
|
Description=pgbackrest backup incremental 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=incr backup
|
|
# Give a reasonable amount of time for the job to finish
|
|
TimeoutSec=7200
|
|
|