Important!
Make sure that the
UiPath.Web.zip
andUpgrade-Orchestrator.ps1
files, mentioned in the Prerequisites chapter, are placed in the current folder.
- Open PowerShell as Administrator.
- Run the
.\Upgrade-Orchestrator.ps1
script. - (Optionally) If Orchestrator is installed on 2 or more nodes connected together by a Load Balancer (High Availability), repeat the action at step 2 on all the Orchestrator nodes.
- a. If the name of the existing website is UiPathOrchestrator, press Enter when you are asked for the website name.
b. If the name of the existing website is NOT UiPathOrchestrator, please enter the name of the website as it appears in IIS and press Enter.


If you are upgrading from 2016.2.6302 to 2016.2.6393, after running the upgrade script, please also perform the following steps:
- Open the
web.config
file. - Search for the
<bindingRedirect oldVersion="0.0.0.0-6.15.0.0" newVersion="6.15.0.0" />
text. There should be 3 instances. - Replace all 3 instances of the tag with the following one:
<bindingRedirect oldVersion="0.0.0.0-7.1.0.0" newVersion="7.1.0.0" />
. - Save the file.
Updated 3 years ago