This is an automated email from the ASF dual-hosted git repository.
tflobbe pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
from b191650b4ae SOLR-16619: Fix `solr` script for IBM i (#1287)
add e96309a6dcb SOLR-16844: Optionally skip backup of configset files
(#1733)
No new revisions were added by this update.
Summary of changes:
solr/CHANGES.txt | 2 +
.../solr/cloud/api/collections/BackupCmd.java | 9 +-
.../solr/cloud/api/collections/RestoreCmd.java | 6 +-
.../org/apache/solr/core/backup/BackupManager.java | 7 +-
.../admin/api/CreateCollectionBackupAPI.java | 3 +
.../pages/collection-management.adoc | 9 ++
.../solrj/request/CollectionAdminRequest.java | 18 ++++
.../apache/solr/common/params/CoreAdminParams.java | 3 +
.../collections/AbstractIncrementalBackupTest.java | 108 +++++++++++++++++++++
.../apache/solr/core/TrackingBackupRepository.java | 15 +++
10 files changed, 174 insertions(+), 6 deletions(-)