Skip to content

Commit

Permalink
RavenDB-22849 - rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
lastav5 committed Jan 20, 2025
1 parent 0531bb6 commit bd45b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Raven.Server/Utils/BackupUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ public static void SaveBackupStatus(PeriodicBackupStatus status, string database
{
var raftId = RaftIdGenerator.NewId();
// update backup status locally
serverStore.DatabaseInfoCache.InsertBackupStatus(status, databaseName, serverStore._env.Base64Id, status.TaskId);
serverStore.DatabaseInfoCache.BackupStatusStorage.InsertBackupStatus(status, databaseName, serverStore._env.Base64Id, status.TaskId);


AsyncHelpers.RunSync(async () =>
Expand Down

0 comments on commit bd45b7b

Please sign in to comment.