- Getting Started
- Requirements
- Best Practices
- Installation
- Updating
- Identity Server
- Troubleshooting startup errors

Orchestrator installation guide
Orchestrator Backup and Restore
linkweb.config
and UiPath.Orchestrator.dll.config
files and NuGet packages, if applicable.
Backing Up the Orchestrator Database
linkThere are multiple options for performing this backup, including many third-party solutions that you can license and install if desired; however, this example guides you through the process using the integrated Maintenance Plans functionality already present in SQL Server Management Studio.
Creating the Maintenance Plan
- From SQL Server Management Studio, connect to the SQL Server of your Orchestrator database. Note: Administrator access is required.
- Expand the Management folder.
- Right-click Maintenance Plans and select Maintenance Plan Wizard. The Maintenance Plan Wizard is displayed.
- On the Select Plan Properties page:
- In the Name field, enter a descriptive name for this maintenance plan.
- Use the Description field to provide a detailed description of the plan, if desired.
- From the Run as drop-down, select SQL Server Agent service account.
- Use the radio buttons and Schedule field to select the desired time and frequency for this maintenance plan.
- Click Next. The Select Maintenance Tasks page is displayed.
- Select Back Up Database (Full) and click Next. The Define Back Up Database (Full) Task page is displayed.Note: To back up the Test Manager database, see Test Manager Backup and Restore.Note: This guide only details the setup of a maintenance plan for the creation of a full database backup. In your production environment, it is also recommended to set up a Differential backup plan scheduled to run daily.
- From the General tab:
- Use the Database(s) drop-down to select Specific databases.
- Select Database as the Backup component. In the popup window, select your Orchestrator database (UiPath in the example above).
- From the Destination tab, enter the location where all future backups are saved.
- The Options tab enables you to select:
- Compression for the backup files. If enabled, the time needed to perform the backup increases.
- Backup Expiration Date.
- Backup Integrity Verification. If enabled, the time needed to perform the backup increases.
- Click Finish to create the maintenance plan and Close to close the wizard.
Executing the Maintenance Plan
The backup as defined in your created maintenance plan can also be executed outside of the defined schedule as follows:
- From SQL Server Management Studio, connect to the SQL Server of your Orchestrator database.Note: Administrator access is required.
- Expand the Management folder.
- Expand the Maintenance Plans folder.
- Right-click the desired maintenance plan and select Execute. The Execute Maintenance Plan window is displayed.
- Once completed Success is displayed. You can click Close to exit or select Report to view the execution report.
Restoring the Orchestrator Database
link-
From SQL Server Management Studio, connect to the desired SQL Server.
Note: Administrator access is required.
- Right-click the Databases folder and select Restore Database.
-
Follow the restoration wizard to select the source of the backup and the
destination where it is restored.
Note: It is possible to restore a database to an earlier point in time. You can also select a new name for your database.
- Click OK to begin the restore procedure. Note that this may take some time depending the on size of the database.
- Once completed, the new database appears in the Databases tab of SQL Server Management Studio.
Backup Configuration Files and NuGet Packages
linkBacking up your Orchestrator configuration and NuGet packages requires copying the relevant files and folders to your designated backup location. This page provides the details needed to identify and locate those files and folders you must copy.
Orchestrator Web.config and UiPath.Orchestrator.dll.config Files
Backup
The steps needed to backup your Orchestrator configuration vary slightly depending on your deployment model (e.g. On-prem and IaaS (Infrastructure as a Service), or PaaS (Platform as a Service)).
On-Prem and IaaS Deployments
- Open your Orchestrator installation directory. By default, this is
C:\Program Files (x86)\UiPath\Orchestrator
. - Copy the
web.config
andUiPath.Orchestrator.dll.config
files located there to your designated backup location.
Azure PaaS Deployments
- Select your Orchestrator App Service.
- From the Development Tools menu navigate to Advanced Tools > Go > Debug Console > CMD.
- Open the Site folder and navigate to wwwroot.
- Select
Web.config
and click Download. - Copy the downloaded file to your designated backup location.
- Select
UiPath.Orchestrator.dll.config
and click Download. - Copy the downloaded file to your designated backup location.
web.config
and UiPath.Orchestrator.dll.config
files, you must also copy the Application Settings and Connections Strings as follows:
- Select your Orchestrator App Service.
- From the Settings menu, select Configuration.
- From the Application Settings section, select Advanced Edit and copy the displayed value.
- From the Connection strings section, select Advanced Edit and copy the displayed value.
- Save these values to your designated backup location.
Restore
web.config
and UiPath.Orchestrator.dll.config
files, you must do so all on Orchestrator nodes in your deployment.
On-Prem and IaaS Deployments
To restore your previous Orchestrator configuration, whether to a new environment or following a failure:
- Copy the
web.config
andUiPath.Orchestrator.dll.config
files from your desired backup. - Open your Orchestrator installation directory. By default, this is
C:\Program Files (x86)\UiPath\Orchestrator
. - Replace the
web.config
andUiPath.Orchestrator.dll.config
files located there with your designated backup.
Azure PaaS Deployments
web.config
and UiPath.Orchestrator.dll.config
backup file:
- Select your Orchestrator App Service.
- From the Development Tools menu navigate to Advanced Tools > Go > Debug Console > CMD.
- Open the Site folder and navigate to wwwroot.
- Replace the
web.config
andUiPath.Orchestrator.dll.config
files located there with your designated backup.
web.config
and UiPath.Orchestrator.dll.config
files, you must also restore the Application Settings and Connections Strings with their previous values, as follows:
- Select your Orchestrator App Service.
- From the Settings menu, select Configuration.
- From the Application Settings section, select Advanced Edit and replace the value there with your previously saved backup.
- From the Connection strings section, select Advanced Edit and replace the value there with your previously saved backup.
NuGet Packages
Backup
UiPath.Orchestrator.dll.config
file.
- Check the value of the
NuGet.Repository.Type
key. The following values are possible:- Legacy - packages are stored in the locations specified in the
NuGet.Packages.Path
andNuGet.Activities.Path
keys. - Composite - packages are stored in the locations specified in the
Storage.Type
andStorage.Location
keys.
- Legacy - packages are stored in the locations specified in the
- For Legacy repository types, copy the folders identified by the
NuGet.Packages.Path
andNuGet.Activities.Path
keys to your designated backup location. - For Composite repository types where the Storage.Type key is:
FileSystem
- copy the folder(s) identified in theRootPath
parameter of theStorage.Location
key to your designated backup location.Azure
- a connection string is provided in theStorage.Type
key. Data integrity and availability is covered by Microsoft, however you can use their guide if you want to save the files stored there locally.Amazon
- a connection string is provided in theStorage.Type
key. Data integrity and availability is covered by Amazon, however you can use their guide if you want to save the files stored there locally.
Restore
Restoring your previous NuGet package directories follows the reverse of the backup process detailed above, as follows:
- For Legacy repositories, copy your backups of the NuGet packages and activities folders to the directories identified by the
NuGet.Packages.Path
andNuGet.Activities.Path
keys indicated in the Deployment section of theUiPath.Orchestrator.dll.config
file. - For Composite repository types where the Storage.Type key is:
FileSystem
- copy your backup folder(s) to the directory identified in theStorage.Location
key of theRootPath
parameter, found in the Deployment section of theUiPath.Orchestrator.dll.config
file.Azure
- enter the previously saved connection string in theStorage.Type
key.Amazon
- enter the previously saved connection string in theStorage.Type
key.