diff --git a/src/Foundation/Installer/code/MongoRestore/MongoRestoreService.cs b/src/Foundation/Installer/code/MongoRestore/MongoRestoreService.cs index 7feb88a93e..bdd20d5726 100644 --- a/src/Foundation/Installer/code/MongoRestore/MongoRestoreService.cs +++ b/src/Foundation/Installer/code/MongoRestore/MongoRestoreService.cs @@ -101,7 +101,7 @@ public bool IsRestored(string connectionName) public Job StartRebuildAnalyticsIndexJob() { - var options = new Sitecore.Jobs.JobOptions("Rebuild analytics index", "Indexing job", Context.Site.Name, this, "RebuildAnalyticsIndex"); + var options = new Sitecore.Jobs.JobOptions("Rebuild analytics index", "Indexing job", "shell", this, "RebuildAnalyticsIndex"); return Sitecore.Jobs.JobManager.Start(options); }