Migration Steps

  1. Open a Windows CMD.EXE console with elevated or admin privileges.
  2. Change the current directory to the scripts directory under the folder with the new version.
    cd scripts
  3. Set the FTA_ENV_SECURITY_PRIMARY_ADMIN_USER and FTA_ENV_SECURITY_PRIMARY_ADMIN_PASSWORD environment variables. These need to be set before executing any of the scripts.
    set FTA_ENV_SECURITY_PRIMARY_ADMIN_USER=my-admin-username
    set FTA_ENV_SECURITY_PRIMARY_ADMIN_PASSWORD=my-secret-password
  4. Run the migration script fta-migrate-security-provider with the name of the old install directory as the argument.
    fta-migrate-security-provider.cmd ..\..\SCIOSecurity-<old_version>
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.