Hi, Trying to upgrade from 9.1.1 to the latest version solr 9.3.0, encountered a file permissions issue specific to this directory "snapshot_metadata" which is not seen in 9.1.1. It is there in 9.2.x and the latest version.
org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: access denied ("java.io.FilePermission" "/mnt/data/solr/solr/legacy_v1_s1_shard3_replica_n1/data/snapshot_metadata" "read") What is causing it? If this directory is only accessed by backup and restore features, and if we don't use that feature, can we delete this directory and work without it? Thanks, Rajani