Description
SOLR-5750 implemented backup/restore API for Solr. This JIRA is to track the code cleanup/refactoring. Specifically following improvements should be made,
- Add Solr/Lucene version to check the compatibility between the backup version and the version of Solr on which it is being restored.
- Add a backup implementation version to check the compatibility between the "restore" implementation and backup format.
- Introduce a Strategy interface to define how the Solr index data is backed up (e.g. using file copy approach).
- Introduce a Repository interface to define the file-system used to store the backup data. (currently works only with local file system but can be extended). This should be enhanced to introduce support for "registering" repositories (e.g. HDFS, S3 etc.)
Attachments
Attachments
Issue Links
- is related to
-
SOLR-9952 S3BackupRepository
- Closed
- relates to
-
SOLR-5750 Backup/Restore API for SolrCloud
- Closed
-
SOLR-7374 Backup/Restore should provide a param for specifying the directory implementation it should use
- Closed
-
SOLR-9242 Collection level backup/restore should provide a param for specifying the repository implementation it should use
- Resolved
- links to