feat(id.tjo.space): stop authentik when doing backup

This commit is contained in:
Tine 2025-03-11 21:17:09 +01:00
parent 749920125c
commit c6d865a04a
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -1,11 +1,13 @@
[Unit]
Description=Backup PostgreSQL databases daily
Requires=postgresql.service
After=postgresql.service
[Timer]
OnCalendar=daily
AccuracySec=1h
Persistent=true
RandomizedDelaySec=100min
RandomizedDelaySec=4h
[Install]
WantedBy=timers.target