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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
