katij-uipath / v23.10_Automation_Suite_Upgrade

0 stars 0 forks source link

Download Installation Packages to Primary Node #137

Open katij-uipath opened 3 months ago

katij-uipath commented 3 months ago

Follow these commands to download the temporary registry files:

#create and navigate to the 23.10.x data disk directory
mkdir /uipath/2023.10.3_hotfix

cd /uipath/2023.10.3_hotfix

#download the temp registry files
wget -O as-fs.tar.gz https://download.uipath.com/automation-suite/2023.10.3+patch1/as-fs-2023.10.3+patch1.tar.gz --no-check-certificate

wget -O docker-images.json https://download.uipath.com/automation-suite/2023.10.3+patch1/docker-images.json --no-check-certificate

wget -O versions.json https://download.uipath.com/automation-suite/2023.10.3/versions.json --no-check-certificate

#change owner and permissions
chown -R root /uipath/2023.10.3_hotfix
chmod -R 755 /uipath/2023.10.3_hotfix
KKieffer44 commented 3 months ago

completed