Upgrade did not start at the expected timeIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; text-decoration: underline; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> A scheduled upgrade is requested at a certain time, however, after the time passed, the upgrade has still not started. CauseScheduled upgrades have two scheduled jobs that must both run before the upgrade will start. There is a scheduled job on title="support.servicenow.com" target="_blank">support.servicenow.com that changes the Assigned War file field for the instance in HI. This job always happens at exactly the time when the customer has requested the upgrade to occur. However, the upgrade will not actually start until the Check distribution for possible upgrade scheduled job that runs on the customer's instance has executed. This part may cause confusion. The upgrade job on the customer's instance only runs once every hour. This means, even though the scheduled job on HI will run exactly when the user scheduled their upgrade to begin there is a potential delay of up to 59 minutes before the upgrade will actually start. ResolutionThere is a potential one-hour delay before the scheduled upgrade actually begins, due to back up and sync jobs on the relevant datacenter. To avoid waiting for the upgrade job to run during its normal hourly scheduled operation, you can change the scheduled job through the instance interface. To change the next run time of the upgrade scheduled job on your instance: Log into your instance as an admin user.Navigate to System Scheduler > Today's Scheduled Jobs.Search for and open the job named Check distribution for possible upgrade (previously Upgrade).Modify the Next action time to the exact time you want the scheduled job to run next.Click Update.After the time set in step 4 has passed, verify if the upgrade has actually begun. This can be done using the Upgrade Monitor tool. For additional information, refer to Upgrade Monitor in the ServiceNow product documentation.