Upgrade Plan overview

  • Release version: Washingtondc
  • Updated February 1, 2024
  • 4 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    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 full answer 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 All > Upgrade Center > Upgrade Plan.

    You will need the following instances to use Upgrade Plan.
    • Builder instance: Build your upgrade plan
    • Consumer instance: Implement your created upgrade plan
    Note:
    Ensure that you have upgraded your instance to the latest available version to build the upgrade plan. It is recommended to configure your dev instance as your builder instance. You are required to install the upgrade plan before upgrading your consumer instance. See Upgrade Plan Properties for more details.
    When you upgrade an instance, resolutions are skipped, and customizations are often loaded post upgrade. This causes temporary breakdown of features until fully loaded. Tasks like committing update sets, installing new plugins and applications, and multiple update are also time consuming. Use the Upgrade Plan feature to automate these post-upgrade tasks by tracking your actions and replay the steps on all the required instances. You don’t have to manually apply post-upgrade tasks which helps in reducing downtime.
    Note:
    After upgrading to the latest version, you will see some skipped records. Some of those records will already be marked as reviewed and some of them will need to be reviewed.

    Advantages of Upgrade Plan over Update Sets

    You can achieve the following using Upgrade Plans:
    • 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
    Note:
    It is recommended to build an Upgrade Plan for each instance upgrade. When you build an upgrade plan on a builder instance, it gets created to the exactly same as the builder instance version (including patches and hot fixes). You can’t use the previously created Upgrade Plan for the new instance upgrade. In case of consumer instances, when you install the upgrade plan, its version should match exactly the consumer instance version.

    Persona

    If you are using the app repository for active application development, use Upgrade Plan to accelerate your upgrades.
    Note:
    If you are currently using the Update Sets and want to catapult your upgrade process, use the Upgrade Plan feature.

    Design considerations

    The following are the important considerations while working with Upgrade Plan:
    • 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

    During the building of the upgrade plan, the following operations are done at the background:
    • 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.
    During the consumption of the upgrade plan, the following operations are done at the background:
    • 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