Skip to content

Commit

Permalink
*: close issue #5212
Browse files Browse the repository at this point in the history
Signed-off-by: BornChanger <dawn_catcher@126.com>
  • Loading branch information
BornChanger committed Jul 31, 2023
1 parent 292adf0 commit 6375837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/backup-manager/app/backup/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ func (bm *Manager) performBackup(ctx context.Context, backup *v1alpha1.Backup, d
BackupSizeReadable: &backupSizeReadable,
IncrementalBackupSize: &incrementalBackupSize,
IncrementalBackupSizeReadable: &incrementalBackupSizeReadable,
TimeCompleted: &metav1.Time{Time: time.Now()},
}

if err := bm.StatusUpdater.Update(backup, nil, updateStatus); err != nil {
Expand Down

0 comments on commit 6375837

Please sign in to comment.