Previous Topic: Migrate the DatabaseNext Topic: Uninstall the Existing Release


Migrate the Strong Authentication Database

After you upgrade the database for the common components, upgrade the database for Strong Authentication components.

Follow these steps:

  1. Unzip the ca-strongaauth-upgrade-6.2.9-or-7.x-8.0.zip in $ARCOT_HOME directory.
  2. Change your working directory to the following directory:
    $ARCOT_HOME/ca-strongaauth-upgrade-6.2.9-or-7.x-8.0.zip/tools/<platform_name>
    
  3. Navigate to $ARCOT_HOME/sbin, and run the following cmd:
    source arwfenv
    
  4. Run the following command:
    ./wfupgrade -migrate
    

    This command migrates the 6.x or 7.x, 8.0 configuration data from older database tables to the 8.0 tables.

    The wfupgrade tool generates the ca-strongaauth-8.0-upgrade.log file in the $ARCOT_HOME/logs/ directory.

    Important! Verify that you run the wfupgrade upgrade tool from the system where the Server is installed.

  5. Open the log file in a text editor and ensure that it does not contain any FATAL and WARNING messages.