How to change Redis DB default port
Issue: I cannot use port 10000 as it is used by another internal application . Can I change it to another port number ?
Resolution: In order to change the default port number 10000 for Redis DB you need to remove the existing redis DB and recreate another DB with the desired port number between 10000 and 19999.
Step by step guide:
1. Login to your HAA Web Management console https://IP_ADDRESS:8443
2. Select databases tab and the click on “uipath-orchestrator” database.
3. Select configuration tab and scroll down then click on the “delete” button.
4. After the deletion process is completed click on the “+” button to create a new Redis DB
5. Complete the name, set a 3 GB memory limit, enable replication, set a password and click on the “Show advanced option ” button .
6. Expanding the “Show advanced options” section will reveal the “endpoint port number”. Choose a port between 10000 and 19999 and then click on “Activate”
7. The last step will be to modify the Redis connection strings from orchestrator and identity config files with the new port.