obs-portal: run backups 1h later to avoid lock conflict
Some checks failed
Flake checks / Check (pull_request) Has been cancelled
Some checks failed
Flake checks / Check (pull_request) Has been cancelled
This commit is contained in:
parent
cd82b83427
commit
44f708ec76
|
@ -154,7 +154,7 @@ in
|
||||||
"/tmp/obs-portal-backup.sql"
|
"/tmp/obs-portal-backup.sql"
|
||||||
];
|
];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "*-*-* 00:30:00 Etc/UTC";
|
OnCalendar = "*-*-* 01:30:00 Etc/UTC";
|
||||||
};
|
};
|
||||||
initialize = true;
|
initialize = true;
|
||||||
backupPrepareCommand = ''
|
backupPrepareCommand = ''
|
||||||
|
|
Loading…
Reference in a new issue