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”?