katij-uipath / v23.10_Automation_Suite_Upgrade

0 stars 0 forks source link

[WIP] Install Process Mining #55

Open katij-uipath opened 7 months ago

katij-uipath commented 7 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
katij-uipath commented 7 months ago

https://docs.uipath.com/automation-suite/automation-suite/2023.10/installation-guide/managing-products#enabling-or-disabling-process-mining