briven-restore-drill.service 356 B

1234567891011121314
  1. [Unit]
  2. Description=briven monthly restore drill — verifies pg_dump backups by restoring them into a throwaway database
  3. After=network-online.target
  4. [Service]
  5. Type=oneshot
  6. EnvironmentFile=/etc/briven-backup.env
  7. ExecStart=/opt/briven/restore-drill.sh
  8. StandardOutput=journal
  9. StandardError=journal
  10. TimeoutStartSec=30min
  11. [Install]
  12. WantedBy=multi-user.target