On 1/27/2020 1:58 AM, Salmaan Rashid Syed wrote:
Collection: PANNA operation: backup failed:java.nio.file.AccessDeniedException: /opt/solr_Backup/solr-data-backup-27-01-2020/panna_backup
<snip>
at java.base/java.nio.file.Files.createDirectory(Files.java:689)
While trying to create a directory, Java found that it did not have permission to do so. Looking at the code involved in the stacktrace, the problem is either that the user running Solr does not have permission to create a directory in /opt/solr_Backup/solr-data-backup-27-01-2020 or that /opt/solr_Backup/solr-data-backup-27-01-2020 does not exist.
You haven't told us which precise version of Solr you have, so although I am fairly confident that I've got the correct diagnosis, I can't be 100 percent sure.
Thanks, Shawn