Explore Upgrade Plan in Upgrade Console
Summarize
Summary of Explore Upgrade Plan in Upgrade Console
The Upgrade Plan in the ServiceNow Upgrade Console automates the installation of applications and post-upgrade tasks during instance upgrades, streamlining the upgrade process and reducing downtime. By defining applications and target versions, you can efficiently manage upgrades across multiple instances.
Show less
You access the Upgrade Plan via Admin Center or the Admin tab under Upgrade Management. It requires a builder instance (typically your development instance) to create the plan and consumer instances where the plan is implemented. It is essential to upgrade your builder instance to the latest version before building the plan.
Key Features
- Automation of Post-Upgrade Tasks: Automates resolving skipped records, committing update sets, and installing plugins and applications, avoiding manual intervention post-upgrade.
- Customization and Skipped Records Inclusion: By default, customizations and skipped records are excluded from the Upgrade Plan but can be included by enabling the
glide.upgrade.plan.include.skipsproperty. - Version Matching Requirement: An Upgrade Plan must be built for each specific instance upgrade version; plans are not reusable across different upgrades.
- App Repository Integration: Captures customizations as applications published to the App Repository, enabling consistent deployment across instances.
- Background Packaging: Skipped records and global customizations are packaged as global or scoped applications and uploaded to the App Repository to facilitate installation on consumer instances.
- State-Based Installation: Only Upgrade Plan items marked as Ready and Active=true are installed on consumer instances; others are skipped.
Practical Considerations
- Each instance upgrade requires a unique Upgrade Plan; sharing plans between upgrades is not supported.
- Only one builder instance is supported for creating Upgrade Plans.
- Upgrade Plans cannot be uninstalled from consumer instances; rollback applies to the entire upgrade, not partial steps.
- Upgrade sets and maintenance-only plugins are not supported within Upgrade Plans.
- Configure your builder instance properly before installing applications or resolving skips to capture actions in the Upgrade Plan.
- You cannot directly view customization lists within the Upgrade Plan items but can verify them through their respective tables.
Benefits Over Update Sets
- Tracks both skipped record resolutions and app/plugin installations.
- Optimizes database alterations through batch processing.
- Improves upgrade efficiency and consistency, especially for customers using the App Repository for development.
Upgrade Plan Lifecycle
Building the Plan: The Upgrade Plan packages skipped records and customizations into scoped or global applications and uploads them to the App Repository.
Consuming the Plan: When installing the Upgrade Plan on consumer instances, the plan is validated, downloaded from the App Repository, and only ready and active items are installed.
Who Should Use Upgrade Plan
ServiceNow customers seeking to accelerate and automate their upgrade process, especially those using the App Repository for active application development, will benefit from adopting Upgrade Plan instead of relying solely on Update Sets.
The Upgrade Plan automates the installation of applications during upgrades, providing a seamless upgrade experience. Define applications and target versions to be installed in your instance and accelerate your upgrade process.
| Option | Navigation |
|---|---|
| Using left navigation | Navigate to . |
| Using Admin tab option | Navigate to . |
- Builder instance: Build your upgrade plan
- Consumer instance: Implement your created upgrade plan
- When glide.upgrade.plan.include.skips property is TRUE, skips and customizations are included when an Upgrade Plan is built or refreshed
- When glide.upgrade.plan.include.skips property is FALSE, skips and customizations aren't included when an Upgrade Plan is built or refreshed. This property has been set to False by default.
- First time user: When you are building your Upgrade Plan for the first time (the property is disabled by default)
- Building the upgrade plan with the property enabled
- Refreshing the Upgrade Plan with the property disabled (default)
- Refreshing the Upgrade Plan with the property enabled
Advantages of Upgrade Plan over Update Sets
- Along with the skipped record resolution, you can also track app and plugin installation.Note: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 roll back 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 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 state.Note: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.
See Upgrade Plans tool in Upgrade Console for more information.