ML Upgrade

Prerequisites:

  • Take back up of python folder available at <InstallationDirectory>\ AssistEdgeAutomation\runtime\python
  • Navigate to folder- <InstallationDirectory>\AssistEdgeAutomation\scripts and stop ML using the below command:
    • For Windows: ae stop ml
    • For Linux: ae.sh stop ml

 

NOTE: 

If you have installed 19.x ML service, you are required to follow the below upgrade steps, else, skip them.

 

To apply updates for Low Code:

  1. Delete the python folder available at <InstallationDirectory>\AssistEdgeAutomation\runtime.
  2. Save the product package inside the <InstallationDirectory>\AssistEdgeAutomation folder.
    • For Windows: AssistEdge-ML.zip
    • For Linux: AssistEdge-ML.tar.gz
  3. Extract the product package using:
    • For Windows: Extract Here option (7-zip or similar file extractor)
    • For Linux: tar -xf AssistEdge-ML.tar.gz

      Post extraction, the python\ folder gets created inside the runtime\ folder.
       

      NOTE: 

      Once the above step is performed, ensure to delete the AssistEdge-ML.zip/ AssistEdge-ML.tar.gz folder from the release folder.

  4. If any customization was done in the 19.x version, you must make those changes manually within the respective files.
  5. Navigate to <InstallationDirectory>\AssistEdgeAutomation\scripts folder and start ML services using the below command:
    • For Windows: ae start ml 
    • For Linux: ae.sh start ml