katij-uipath / v23.10_Automation_Suite_Upgrade

0 stars 0 forks source link

Install Process Mining #104

Open katij-uipath opened 5 months ago

katij-uipath commented 5 months ago

On the primary node:

Update the cluster config to enable Process Mining and update the connection strings:

"process_mining": {
  "enabled": true,
  "sql_connection_str": "***" // dotnet connection string
  "sqlalchemy_pyodbc_sql_connection_str": "", 
  "warehouse": {
     "sql_connection_str": "",
     "master_sql_connection_str": "",
     "sqlalchemy_pyodbc_sql_connection_str": ""
  }
}

Then on the primary 23.10 node, run the installer to add Process Mining:

ui2310

./install-uipath.sh -i /opt/UiPathAutomationSuite/cluster_config.json -o output.json -f -s --install-type offline --accept-license-agreement