2 Orchestrator on 1 SQL server

Hi all,

Did anyone tried to put 2 Orchestrator installations on one SQL server? Please let me know, is it possible? Can I change second SQL database name during the installation?

Thanks

1 Like

Hi

Yes, you can install two UiPath Orchestrator installations on one SQL server. However, there are a few things to keep in mind:

  • You will need to create a separate database for each Orchestrator installation.
  • You will need to configure each Orchestrator installation to use a different port.
  • You will need to make sure that the SQL server has enough resources to support both Orchestrator installations.

Keep in mind that running multiple Orchestrator instances on the same SQL Server adds complexity to your infrastructure, and you should thoroughly test the setup to ensure it meets your organization’s requirements for scalability, security, and performance.

During the installation of the second Orchestrator instance, you should be able to specify a different database name but it is better to bring UiPath support to ur enterprise installation

Hope this clarifies

Cheers @mkriznjak

You can face these issues:

Resource Utilization: SQL Server is a resource-intensive. Running multiple Orchestrators on the same SQL server may lead to increased resource usage, potentially affecting performance if the server is not adequately provisioned.

You will need a good amount of ram & processor.

Database mixup: Ensure that the two Orchestrators do not use the same database name, as this can lead to conflicts and data corruption.