anilkhichar commented on issue #589:
URL: https://github.com/apache/solr-operator/issues/589#issuecomment-1635067694

   Finally, I resolved it by adding SolrCloud name as suffix. Same is working 
with `RESTORE` as well
   Now the `"name" => SolrBackup.metadata.name + '-' + 
SolrBackup.spec.solrCloud`
   
   ```
   curl -X POST http://localhost:8983/v2/collections/backups -H 'Content-Type: 
application/json' -d '
     {
       "list-backups" : {
         "name": "solr-backup-solr-prod",
         "repository": "solr-backup-repo",
         "location": "/"
       }
     }
   '
   ```


-- 
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-unsubscr...@solr.apache.org

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


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

Reply via email to