[ https://issues.apache.org/jira/browse/SOLR-15101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285566#comment-17285566 ]
ASF subversion and git services commented on SOLR-15101: -------------------------------------------------------- Commit 136408b03187c41b28b97e5118e4f945f1526a9e in lucene-solr's branch refs/heads/branch_8x from Jason Gerlowski [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=136408b ] SOLR-15101: Add list/delete APIs for incremental backups (#2379) SOLR-13608 introduces a new "incremental" backup format, which allows storage of multiple backup "points" in the same location. This development introduces a need for APIs to manage these potentially plural backups. This commit introduces /admin/collections?action=LISTBACKUPS and /admin/collections?action=DELETEBACKUP to handle these backups. > Add list-backups and delete-backups APIs > ---------------------------------------- > > Key: SOLR-15101 > URL: https://issues.apache.org/jira/browse/SOLR-15101 > Project: Solr > Issue Type: Sub-task > Affects Versions: master (9.0) > Reporter: Jason Gerlowski > Assignee: Jason Gerlowski > Priority: Major > Time Spent: 40m > Remaining Estimate: 0h > > The accepted SIP-12 outlines a plan for changing Solr's backup file structure > in a way that supports storing multiple backups within a single "location" > URI. With this comes a need for APIs that can list out and delete backups > within that single location. > SIP-12 has v1 and v2 API specs for these APIs. This ticket covers > implementing them. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org