Regarding job schedules where the "upgrade_safe" field is set to False:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
I understand that job schedules with the "upgrade_safe" field set to False will not run during the upgrade.
<Reference>
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1080479
Would it still not work if I used the function to manually run the job schedule?
We would like users to manually perform actions during the upgrade process as needed.
This is a better method than manually updating records, but are there any other options?
NOW Support did not recommend setting the "upgrade_safe" field to True.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
but why?
Why not click Execute Now manually if you want it to run post upgrade?
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
There are processes that I don't want to stop during the upgrade, so I need to find a way to handle this.
However, since "upgrade_safe=False" is recommended, I'm looking for a way to manually execute it as needed.
