We are building up a high-available Postgresql cluster by using HA-Proxy, etcd and Patroni.
In this design the postgres-instances are controlled by the patroni-service and are located in a separate directory on a dedicated lvm each. There is also the socket-file stored.
While trying to connect, Commvault is looking in the default directory ā/var/run/postgresql/ā for the socket-file and then failes, because it is located in an instance-specific directory instead like ā/data/patroni/instance1/ā
Is there a way to tell Commvault this path? Like in the MySQL iDA where there is a field specific for the āSocket Fileā?

