LowCode Upgrade
Prerequisites:
- Take back up of tomcat folder from location <InstallationDirectory>\ AssistEdgeAutomation\runtime\tomcat
- Navigate to folder- <InstallationDirectory>\AssistEdgeAutomation\scripts and stop lowcode using the below command:
- For Windows: ae stop lowcode
- For Linux: ae.sh stop lowcode
NOTE: |
If you have installed 19.x LowCode service, you are required to follow the below upgrade steps, else, skip them. For Oracle instance, you are required to run Oracle Incremental, Oracle_Incremental_Database.sql script is present in the lowCode Zip folder. |
To apply updates for LowCode:
- Delete the tomcat folder available at <InstallationDirectory>\AssistEdgeAutomation\runtime.
- Save the product package inside the <InstallationDirectory>\AssistEdgeAutomation folder.
- For Windows: AssistEdge-LowCode.zip
- For Linux: AssistEdge-LowCode.tar.gz
- Extract the product package using:
- For Windows: Extract Here option (7-zip or similar file extractor)
- For Linux: tar -xf AssistEdge-LowCode.tar.gz
Post extraction, the tomcat\ folder gets created inside the runtime\ folder.
NOTE:
Once the above step is performed, ensure to delete the AssistEdge-LowCode.zip/ AssistEdge-LowCode.tar.gz folder from the release folder.
- Navigate to <InstallationDirectory>\AssistEdgeAutomation\scripts folder and start lowcode services using the below command:
- For Windows: ae start lowcode
- For Linux: ae.sh start lowcode