Skip to content

Commit

Permalink
Fix empty backup size in meta
Browse files Browse the repository at this point in the history
Signed-off-by: wayblink <anyang.wang@zilliz.com>
  • Loading branch information
wayblink authored and zhuwenxing committed Sep 1, 2023
1 parent 174338d commit 10d293c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/backup_meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func treeToLevel(backup *backuppb.BackupInfo) (LeveledBackupInfo, error) {
Progress: backup.GetProgress(),
Name: backup.GetName(),
BackupTimestamp: backup.GetBackupTimestamp(),
Size: backup.GetSize(),
MilvusVersion: backup.GetMilvusVersion(),
}

Expand Down

0 comments on commit 10d293c

Please sign in to comment.