Upgrading
- 09 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Upgrading
- Updated on 09 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Euclid Studio Upgrade Steps
- Ensure tomcat is still running.
- Navigate to the tomcat webapps folder and delete the old Euclid Studio.war file.
- Wait until the Euclid Studio folder is cleaned up by tomcat (it will only get removed if tomcat is running).
- Download the latest Euclid Studio.war file as described in Prerequisites.
- Move the downloaded Euclid Studio.war into the tomcat webapps folder.
- Ensure tomcat creates the Euclid Studio folder.
- (optional) Restart tomcat.
Breaking Changes
Note: Some upgrades will require upgrading flows themselves, or the way flows are run.
Upgrading to v5 or later from < v5
- Join node data types have been changed from
ColumnImpl
to the source data types (String
,Integer
,Double
,Date
)
Upgrading to 4.2.6.0 or later from < 4.2.6.0
- Preferences are no longer saved to individual flows.
- There have been updates to the Euclid Studio REST API. Any REST calls that don’t conform to the newer standard will need to be updated.
- Running flows from the command line has been deprecated. Any flows kicked off this way will need to be updated to use the REST API.
Was this article helpful?