katij-uipath / v23.10_Automation_Suite_Upgrade

0 stars 0 forks source link

Configuring and hydrating the temporary Docker registry #128

Open katij-uipath opened 2 months ago

katij-uipath commented 2 months ago

On the primary node:

cd /opt/UiPathAutomationSuite/latest/installer

./configureUiPathAS.sh registry install-temp-registry -i ../../cluster_config.json

#Once configure script has completed, hydrate the temporary registry:

./configureUiPathAS.sh registry hydrate-temp-registry --offline-bundle /uipath/2023.10.3/as-fs.tar.gz -i ../../cluster_config.json

#Once the script has completed, seed the cluster registry from the temp registry:

./configureUiPathAS.sh registry seed-internal-registry -i ../../cluster_config.json

https://docs.uipath.com/automation-suite/automation-suite/2023.10/installation-guide/configuring-the-temporary-docker-registry