The document outlines the backup procedures for Orchestrator installations in both on-premises and Azure PaaS deployments. It details the necessary steps for backing up the Orchestrator database, configuration files, and NuGet package directories, along with specific instructions for Azure PaaS deployments. Additionally, it emphasizes the importance of saving Application Settings and Connection Strings to a designated backup location.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
4 views3 pages
Backup Procedure
The document outlines the backup procedures for Orchestrator installations in both on-premises and Azure PaaS deployments. It details the necessary steps for backing up the Orchestrator database, configuration files, and NuGet package directories, along with specific instructions for Azure PaaS deployments. Additionally, it emphasizes the importance of saving Application Settings and Connection Strings to a designated backup location.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3
Backup Procedure
Orchestrator Installation and Troubleshooting
Backup Procedure: On-Premises and IaaS Deployments • Backup the Orchestrator database. o You can perform the backup using third-party solutions or using SQL Server Management Studio. • Backup the Orchestrator configuration. o Copy the web.config, UiPath.Orchestrator.dll.config and appsettings.Production.json files to your designated backup location. • Backup the NuGet package directories to your designated backup location.
Backup Procedure: Azure PaaS Deployment
The steps to backup for Azure PaaS deployment include:
1. Backup the Orchestrator database and NuGet package directories.
2. Select your Orchestrator App Service. 3. From the Development Tools menu navigate to Advanced Tools > Go > Debug Console > CMD. 4. Open the Site folder and navigate to wwwroot. 5. Select Web.config and click Download. 6. Select UiPath.Orchestrator.dll.config and click Download. 7. Select your Identity App Service. 8. From the Development Tools menu navigate to Advanced Tools > Go > Debug Console > CMD. 9. Open the Site folder and navigate to wwwroot. 10. Select appsettings.Production.json and click Download. 11. Select your Webhooks App Service. 12. From the Development Tools menu navigate to Advanced Tools > Go > Debug Console > CMD. 13. Open the Site folder and navigate to wwwroot. 14. Select appsettings.Production.json and click Download. 15. Copy the downloaded files to your designated backup location.
In addition to the Web.config and UiPath.Orchestrator.dll.config files, you must also copy the Application Settings and Connections Strings as follows:
1. Select your Orchestrator App Service.
2. From the Settings menu, select Configuration. 3. From the Application Settings section, select Advanced Edit and copy the value in the display. 4. From the Connection strings section, select Advanced Edit and copy the value in the display.
Orchestrator Installation and Troubleshooting 2
5. Save these values to your designated backup location.