Starting the upgrade process
There are a two different modes to use when upgrading Purity to new version - Interactive and Semi-interactive upgrade mode. Note that both modes will execute pre-checks prior to execution and provide a warning if a pre-check fails.
CbsTagsCheck) will be thrown. In this case, please follow on this article for more details.The below code samples show a upgrade of specific version of Purity (6.6.8). You will need to replace this variable with the specific version of Purity you are upgrading to.
-
Interactive upgrade mode - should be utilized when the customer wishes to watch the upgrade closely and provide responses at different stages of the upgrade for it to proceed.
Interactive mode progress can be queried by running thepuresw upgrade start --mode interactive --version 6.6.8 Purity//FApuresw listcommand. At a few certain points in the upgrade process, you will be prompted to execute a command in order to continue the upgrade process. An example of this is shown below: -
Semi-interactive upgrade mode - it will pause in case of the upgrade checks fail and will require user interaction in order to proceed. When the upgrade is paused, semi-interactive mode acts like interactive mode unless the user retries a step, in which case the upgrade continues automatically if no checks fail.
Semi-interactive mode progress can be queried by running thepuresw upgrade start --mode semi-interactive --version 6.6.8 Purity//FApuresw listcommand.