Run the preupgrade script

The ArcGIS Enterprise on Kubernetes deployment package includes a pre-upgrade.sh script that you must run prior to performing an ArcGIS Enterprise on Kubernetes upgrade. This script verifies that service accounts and functional requirements adhere to requirements for the latest software release.

The pre-upgrade.sh script is version specific and is in the following location:

/arcgis-enterprise/<version>/setup/tools/upgrade/pre-upgrade-<version>.sh

To run the pre-upgrade.sh script, complete the following steps:

  1. On the Kubernetes client machine, open a terminal as an administrator.
  2. Change directories to the location of the deployment script.
  3. In the terminal, run the pre-upgrade.sh script using the following command format:
    ./pre-upgrade-<version>.sh -n <namespace>
    

Once the script runs and completes, you can proceed with other upgrade requirements as needed.


In this topic