Re: Solrcloud backup delete

2017-01-26 Thread Hrishikesh Gadre
Hi Johan, Once the backup is created successfully, Solr does not play any role in managing the backup copies and it is left up to the user. You may want to build a script which maintains last N backup copies (and delete old ones). If you end up building such script, see if you can submit a patch

Solrcloud backup delete

2017-01-25 Thread Johan Kooijman
Hi all, I see I can easily create/restore backups of the entire collection https://cwiki.apache.org/confluence/display/solr/Collections+API. I now have a situation where these backups fill up a disk, so I need to get rid of some. On the URL above I don't see an API call to delete a backup. What