pgbackrest/pgbackrest-incr@.service
Bruno Friedmann 1a100d8b11 - update to version 2.54.0
* 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
2024-10-30 08:19:18 +00:00

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