Upgrading to Transformation Advisor 4.0 from 3.X
There is no upgrade path to Transformation Advisor 4.0.
We recommend that you upload your existing zip files again or download the discovery tool and re-run it.
Complete the following steps to migrate your data:
-
Export the data you currently have in Transformation Advisor using the bulk export API
(http/https)://<hostname>:2220/openapi/ui/advisor/v2/collectionArchives/bulkExport (http/https)://<hostname>:2220/openapi/ui/advisor/v2/workspaces/{workspaceId}/collectionArchives/bulkExport -
Uninstall Transformation Advisor by selecting option 2 Uninstall Transformation Advisor (keep database data).
-
Install Transformation Advisor Install Transformation Advisor 4.0 into a different location.
-
Import your exported data into Transformation Advisor 4.0 using the bulkImport API.
(http/https)://<hostname>:2220/openapi/ui/advisor/v2/collectionArchives/bulkImport
Upgrade Instructions for minor releases (4.X to 4.X+1)
-
Backup your existing data. Choose the option to export all your zip files via the bulkExport found here.
-
Download the latest version of transformationAdvisor.zip from here.
-
Uninstall Transformation Advisor.
./launch.sh- Choose Option 2 (Uninstall but leave the data)
-
Check the images have been removed.
docker images- There should be no Transformation Advisor images present
-
Explode the latest transformation-advisor-local.zip you downloaded into a new location.
-
cd into this exploded location.
-
Restore the data to the new location:
cp -a <oldLocation>/data . cp -a <oldLocation>/graph_data . cp -a <oldLocation>/scripts/.neo4j_pass scripts/ -
In the new location install Transformation Advisor:
./launch.sh- Accept the license agreement
- Choose Option 1 (Install)
-
Confirm the upgrade:
- Navigate to the provided URL.
- You should see a list of your existing workspaces.
- Click the three vertical dots and select What's New to show the version of Transformation Advisor.
Upgrading to Transformation Advisor 3.0 from 2.5.X
There is no upgrade path to Transformation Advisor 3.0.
We recommend that you upload your existing zip files again or download the discovery tool and re-run it.
Complete the following steps to migrate your data:
-
Export the data you currently have in Transformation Advisor using the bulk export API in TA 2.5
(http/https)://<hostname>:2220/openapi/ui/advisor/v2/collectionArchives/bulkExport (http/https)://<hostname>:2220/openapi/ui/advisor/v2/workspaces/{workspaceId}/collectionArchives/bulkExport -
Uninstall Transformation Advisor by selecting option 2 Uninstall Transformation Advisor (keep database data).
-
Install Transformation Advisor Install Transformation Advisor 3.0 into a different location
-
Import your exported data into Transformation Advisor 3.0 using the bulkImport API
(http/https)://<hostname>:2220/openapi/ui/advisor/v2/collectionArchives/bulkImport
Upgrading Transformation Advisor on RHEL
A video showing the upgrade process is available here.