Compare commits
3 commits
2d94ed5a0d
...
02629598aa
Author | SHA1 | Date | |
---|---|---|---|
teutat3s | 02629598aa | ||
teutat3s | 44f708ec76 | ||
teutat3s | cd82b83427 |
|
@ -154,11 +154,11 @@ 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 = ''
|
||||||
${pkgs.docker}/bin/docker exec -ti --user postgres obs-portal-db pg_dump obs > /tmp/obs-portal-backup.sql
|
${pkgs.docker}/bin/docker exec -i --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