I am running Solr as stand alone mode and its version is 6.6.6. I have to shift this index to another Solr instance (same version) that is running in cloud mode. I have taken backup of core from old solr using replication API. For restoring on new Solr (cloud mode), I have got following exception:
java.nio.file.NoSuchFileException:java.nio.file.NoSuchFileException: /home/user/search/import-index/snapshot.abc-21-10-2020/backup.properties
Same configuration on Zookeeper is already deployed from old Solr to new one. What is the issue with this approach ? How to solve this issue ?