Migrate DB For Orchestrator

How to move database to a new server ?

Follow these steps in order to migrate the DB:

  1. Clone the existing DB to another server
  2. Stop the Orchestrator site in IIS
  3. Update the connection strings in
    1. UiPath.Orchestrator.dll.config file located in the Orchestrator installation directory
    2. appSettings.production.json files located in Identity
    3. Webhooks folders in the installation directory.
  4. Start the Orchestrator site in IIS.
2 Likes