Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
postgresql-common / usr / lib / systemd / system / pg_basebackup@.service
Size: Mime:
[Unit]
Description=Basebackup of PostgreSQL Cluster %i
AssertPathExists=/etc/postgresql/%I/postgresql.conf
Wants=postgresql@%i.service
After=postgresql@%i.service
RequiresMountsFor=/var/backups/postgresql

[Service]
Type=oneshot
User=postgres
Environment="KEEP=3"
ExecStartPre=+/usr/bin/pg_backupcluster %i createdirectory
ExecStart=/usr/bin/pg_backupcluster $BACKUPCLUSTER_ARGS %i basebackup
ExecStart=/usr/bin/pg_backupcluster $BACKUPCLUSTER_ARGS %i expirebasebackups $KEEP