Upgrade Plan overview
Summarize
Summary of Upgrade Plan Overview
The Upgrade Plan feature in ServiceNow helps accelerate the upgrade process by packaging skipped records and customizations into relevant application containers. This automation allows for a smoother installation of applications during upgrades, minimizing downtime and simplifying the upgrade experience.
Show less
Key Features
- Defines applications and target versions for installation.
- Automates the tracking and execution of post-upgrade tasks.
- Packages skipped records and customizations into Global Applications and App Customizations.
- Supports the management of customizations via the App Repository.
- Ensures each instance upgrade requires a unique upgrade plan.
Key Outcomes
By utilizing Upgrade Plans, customers can expect:
- Reduced manual effort in applying customizations post-upgrade.
- Streamlined upgrade process with automated installation of applications and plugins.
- Enhanced visibility and management of skipped records and required customizations.
- Improved efficiency in the upgrade lifecycle, allowing for faster deployments.
Note that new Upgrade Plans must be created for each instance upgrade, and previously created plans cannot be reused. Ensure the builder instance is properly configured to capture all necessary actions during the process.
Accelerate your upgrades by packaging your skipped records and customizations into the relevant application container (global apps or app customizations). Upgrade Plans help you define applications and target versions to be installed in your instance. It automates the installation of these applications during upgrades, giving you a seamless upgrade experience.
Navigate to .
- Builder instance: Build your upgrade plan
- Consumer instance: Implement your created upgrade plan
Advantages of Upgrade Plan over Update Sets
- Along with the skipped record resolution, you can also track app and plugin installationNote:You won’t be allowed to choose the skipped records that are captured by the upgrade plan. Upgrade plan captures all the skipped records regardless of whether they are reviewed or not and modified or not. If the customizations are coming from different instances, then the skipped records are required to be reviewed.
- Optimizing the table alters using batch bootstrapping
- Manage your customizations using the App Repository
Persona
Design considerations
- Each new instance upgrade requires its own upgrade plan. It can't be shared across upgrades.
- Only one builder instance is supported to build the Upgrade Plan
- Upgrade Plan can’t be uninstalled on a consumer instance. You can rollback the entire upgrade but not partially.
- The scope of the files moved to Global Customizations - Upgrade Plan application by upgrade plan is still global
- During an upgrade, only the upgrade plan items with State=Ready and Active=true are installed on the consumer instances. The rest of the items are skipped.
- Upgrade sets can’t be included in the Upgrade Plan
- Maint only plugins are not allowed in Upgrade Plan
- Configure your instance as a builder instance before installing new applications and plugins or during skip resolutions. Otherwise, the actions are not captured by the Upgrade Plan.
- You can’t view the list of customizations in the Upgrade Plan items view. You can navigate to the respective tables to ensure if the customization has been captured.
See KB1271313 for more information.
Upgrade Plan background operations
- Skipped records are packaged and uploaded to the App Repository in the form of Global Application and App customization. The following are the 3 types of apps created by Upgrade Plan on your instance and App
Repo.Note:After the packaging is done, you can choose the items from the Upgrade Plan. An Upgrade Plan works at the scope level, so it captures everything and publishes it to the repository.
- The global records are packaged into the global customization upgrade plan app and published to the app repo
- The scoped skipped records are packaged into the respective app customization packages
- When the upgrade plan is published, a global application is created, for example, Upgrade Plan - release name
- Existing ServiceNow features like Global Application and App customization are used as application containers that can be installed in all the required instances. See Global application file management and Application scope for more information.
- If you install any applications or plugins, they are also captured in the Upgrade plan. But, since they are application life cycle items, they are never pushed to the App Repository.
- At first the upgrade plan is validated and then the source from the app repo is downloaded
- Once the source is downloaded, the app is moved to the ready stateNote:Only the upgrade plan items with State=Ready and Active=true are installed on the consumer instances. The rest of the items are skipped.
- Auto-generation of the preview for the upgrade plan