You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/09/01 11:19:24 UTC

[GitHub] [solr-operator] parekhcoder opened a new issue, #469: backup, restore, listbackup api doesn't work

parekhcoder opened a new issue, #469:
URL: https://github.com/apache/solr-operator/issues/469

   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    
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-operator] HoustonPutman commented on issue #469: backup, restore, listbackup api doesn't work

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on issue #469:
URL: https://github.com/apache/solr-operator/issues/469#issuecomment-1249549935

   If you provide the Solr cloud spec and solr backup status, I would be happy to help debug the persistent storage option. If you are just going with S3, that's fine as well. Glad s3 is working for you 🙂 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-operator] parekhcoder commented on issue #469: backup, restore, listbackup api doesn't work

Posted by GitBox <gi...@apache.org>.
parekhcoder commented on issue #469:
URL: https://github.com/apache/solr-operator/issues/469#issuecomment-1248024785

   I changed from persistent storage to s3 and its working fine, with same URL params.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-operator] HoustonPutman commented on issue #469: backup, restore, listbackup api doesn't work

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on issue #469:
URL: https://github.com/apache/solr-operator/issues/469#issuecomment-1239515710

   Can you share what you get back from `kubectl describe solrbackup <name>`? I think you are likely using the wrong URL params for the backup API.
   
   We can probably make that easier for people going forward, by providing a URL for people to list backups and do a restore...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org