Managing upgrade risk
Summarize
Summary of Managing Upgrade Risk
Managing upgrade risk is crucial for ServiceNow customers who have customized applications or plugins. Upgrades can lead to conflicts due to customizations in skipped metadata files. Notifications will alert users to potential conflicts through UI messages on metadata file form pages, especially concerning high-priority, customized files.
Show less
Key Features
- UI Messages: Alerts users about potential complications during upgrades, indicating the severity of file modifications.
- Risk Categories:
- High Risk and Customized: Reversion to Base System is recommended to avoid conflicts.
- Medium Risk and Customized: Similar to high-risk files, reverting to Base System is advised.
- Medium Risk and Non-Customized: Generally safe to be updated, modification is not recommended unless necessary.
- High Risk and Non-Customized: Likewise, best to avoid modifications unless absolutely required.
- Non-Risky: No warnings are issued for both customized and non-customized files.
- High Risk Customizations Menu: Displays conflicts between ServiceNow's risk files and user customizations, stored in a virtual table.
- Risk Files Storage: High and medium risk files are found in the sysmetadatavolatility table, which is updated automatically during upgrades.
Key Outcomes
By managing upgrade risks effectively, ServiceNow customers can minimize conflicts during upgrades, ensuring smoother transitions and maintaining system integrity. Understanding the risk levels associated with metadata files helps in making informed decisions about modifications and customizations.
You will be notified of the possible conflicts that might result due to several customizations in a skipped metadata file, with a new UI message on the form pages of the metadata files.
The purpose of the UI message is to inform you about potential complications that might arise during the upgrade process, especially if any high-priority files have been modified. The notification is of the form of UI messages on the form pages of the metadata files.
- Medium risk and non-customized: The medium risk files that are not customized might be updated in future releases. It is recommended not to modify these files unless necessary.
- High risk and non-customized: The high risk files that are non-customized might be updated in future releases. It is recommended not to modify these files unless necessary.Note:You can proceed to modify these files if the changes are absolutely required. The following modal shows up.
- High risk and customized: The high risk files that are customized might be updated in future releases. It is recommended to revert them to the Base System to avoid conflicts.
- Medium risk and customized: The medium risk files that are customized might be updated in future releases. It is recommended to revert it to the Base System to avoid conflicts.
- Non-risky and non-customized: You don’t see any warning for this condition.
- Non-risky and customized: You don’t see any warning for this condition.
High Risk Customizations menu
The High Risk Customizations menu item presents the overlap between ServiceNow's high and medium risk files and your customizations.
They are stored in a virtual table called v_metadata_customization_risk, and is refreshed after a set period of time or when you select the Refresh on the list view.