On 11/9/22 05:18, Neeraj giri wrote:
I have attached similar disks at the same path in the nodes. Please suggest if there is a work around for backing up collections on local repositories.
It must be the SAME disk attached to all nodes, accessible on the same path. In order for a backup to work properly with a multi-node SolrCloud, the exact same destination must be available to all nodes. This is the "shared filesystem" requirement that you have probably seen.
Also, if the backup location is outside the solr home, the location must be allowed in solr.xml with the allowPaths setting.
https://solr.apache.org/guide/solr/latest/configuration-guide/configuring-solr-xml.html#defining-solr-xml Thanks, Shawn