katij-uipath / v23.10_Automation_Suite_Upgrade

0 stars 0 forks source link

Clone your source cluster data #97

Open katij-uipath opened 5 months ago

katij-uipath commented 5 months ago

Run this script on the primary 22.4 node to copy the data from the source cluster to the new cluster:

This may take some time...(1-2 hours)

cd /uipath/2023.10.1/installer/bin

./uipathctl cluster migration run /uipath/2023.10.1/cluster_config.json --target-kubeconfig /uipath/2023.10.1/k8s-migration-sa-uipath-conf --versions /uipath/2023.10.1/versions.json

NOTE: The previous migration command is idempotent. If the command fails in between due to network connectivity, you can re-run it, and it will continue the migration process from where it was left off.