Include Page | ||
---|---|---|
|
|
Requirements
- Java 8 installed and the JAVA_HOME environment variable set.
- Note: Users with SOAtest/Virtualize 2021.2, 2021.1, or 2020.2 installed can ignore this requirement and take advantage of the Java that comes prepackaged with those versions. See Migrating Repositories below for more details.
Preparing for Migration
- Download the
Parasoft_SOAVirt_Data_Repository_Migration_Pack.zip
file from the customer portal. - Install the SOAtest/Virtualize desktop 2022.1 or newer.
...
- Open the existing SOAtest/Virtualize workspace using SOAtest/Virtualize desktop 2022.1 or newer.
- Extract the contents of the
Parasoft_SOAVirt_Data_Repository_Migration_Pack.zip
file.- If you have SOAtest/Virtualize 2021.2, 2021.1, or 2020.2 installed, extract the migration utility to its installation directory. Otherwise, so long as you have Java 8 installed and the JAVA_HOME environment variable set, you can extract the migration utility to any convenient location.
- Open the command prompt or a terminal window.
- Run the following command:
- Windows:
run_migration.bat <WorkspaceFolder>
- Example:
run_migration.bat "C:\Users\username\parasoft\soavirt_workspace"
- Example:
- Linux/MacOS:
./run_migration <WorkspaceFolder>
- Example:
./run_migration "/home/username/parasoft/soavirt_workspace"
- Example:
- Windows:
- Open and refresh the Data Repositories view in the SOAtest/Virtualize desktop and confirm the repositories were migrated successfully.
...
|