Compare commits
No commits in common. "02629598aa7dd46626537d5fe2d3ba0de31b59d5" and "2d94ed5a0dbfe1f6e422aaa63af6618970f700a5" have entirely different histories.
02629598aa
...
2d94ed5a0d
|
@ -154,11 +154,11 @@ in
|
||||||
"/tmp/obs-portal-backup.sql"
|
"/tmp/obs-portal-backup.sql"
|
||||||
];
|
];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "*-*-* 01:30:00 Etc/UTC";
|
OnCalendar = "*-*-* 00:30:00 Etc/UTC";
|
||||||
};
|
};
|
||||||
initialize = true;
|
initialize = true;
|
||||||
backupPrepareCommand = ''
|
backupPrepareCommand = ''
|
||||||
${pkgs.docker}/bin/docker exec -i --user postgres obs-portal-db pg_dump obs > /tmp/obs-portal-backup.sql
|
${pkgs.docker}/bin/docker exec -ti --user postgres obs-portal-db pg_dump obs > /tmp/obs-portal-backup.sql
|
||||||
'';
|
'';
|
||||||
backupCleanupCommand = ''
|
backupCleanupCommand = ''
|
||||||
rm /tmp/obs-portal-backup.sql
|
rm /tmp/obs-portal-backup.sql
|
||||||
|
|
Loading…
Reference in a new issue