-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
Description
I created persistent volume claim and backup repository as specified in the link. https://apache.github.io/solr-operator/docs/solr-backup/
(Persistent volume is cifs mount)
When I run backup (yaml as specified in the link) from within Kubernetes, its working fine. And i can see a backup.
But when i call backup api with - solr/admin/collections?action=BACKUP&name=bkpname&collection=collection&repository=repositoryname&location=/; getting AccessDeniedException
when i call listbackup or restore, getting below errors respectively.
Incremental backup URI [file:///bkpname] expected to hold a single directory. Number found: 0"
ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
Reactions are currently unavailable