Upgrading
- 12 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Upgrading
- Updated on 12 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
DataWORQ Upgrade Steps
- Ensure tomcat is still running.
- Navigate to the tomcat webapps folder and delete the old DataWORQ.war file.
- Wait until the DataWORQ folder is cleaned up by Tomcat (it only gets removed if Tomcat is running).
- Download the latest DataWORQ.war file as described in Prerequisites.
- Move the downloaded DataWORQ.war into the Tomcat webapps folder.
- Ensure Tomcat creates the DataWORQ folder.
- Restart Tomcat(optional).
Breaking Changes
Note: Some upgrades require upgrading flows, or the way they 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 DataWORQ REST API. Any REST calls that don’t conform to the newer standard need to be updated.
- Running flows from the command line has been deprecated. Any flows kicked off this way need to be updated to use the REST API.
Was this article helpful?