* Thu Feb 20 2025 Brian Read <brianr@koozali.org> 11.0.0-56.sme

- open db in routes for backup controller file  [SME: 12933]
- Fix error handling for pre-backup fail [SME:
This commit is contained in:
2025-02-20 14:35:09 +00:00
parent a5758b4431
commit 34b85b1cde
3 changed files with 10 additions and 7 deletions

View File

@@ -1847,7 +1847,7 @@ sub showSize {
} ## end sub showSize
sub desktopBackupRecordStatus {
my ($backup, $phase, $status) = @_;
my ($c,$backup, $phase, $status) = @_;
my $now = time();
warn("Backup terminated: $phase failed - status: $status\n");
$backup->set_prop('EndEpochTime', "$now");