Migration Steps
- Open a Windows CMD.EXE console with elevated or admin privileges.
- Change the current directory to the scripts directory under the folder with the new version.cd scripts
- 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-usernameset FTA_ENV_SECURITY_PRIMARY_ADMIN_PASSWORD=my-secret-password
- 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