katij-uipath / v23.10_Automation_Suite_Upgrade

0 stars 0 forks source link

Retrieve Latest Copy of Cluster Config #129

Open katij-uipath opened 5 months ago

katij-uipath commented 5 months ago

On the primary node:

#Make a backup of the current cluster config:

cp /opt/UiPathAutomationSuite/cluster_config.json /tmp/cluster_config_backup.json

rm /opt/UiPathAutomationSuite/cluster_config.json

#Generate a new copy of the cluster config:

cd /opt/UiPathAutomationSuite/latest/installer/bin

./uipathctl manifest get-revision >> /opt/UiPathAutomationSuite/cluster_config.json

ui777

uiroot
KKieffer44 commented 4 months ago

completed