Description
We should have an easy way to do backups and restores in SolrCloud. The ReplicationHandler supports a backup command which can create snapshots of the index but that is too little.
The command should be able to backup:
- Snapshots of all indexes or indexes from the leader or the shards
- Config set
- Cluster state
- Cluster properties
- Aliases
- Overseer work queue?
A restore should be able to completely restore the cloud i.e. no manual steps required other than bringing nodes back up or setting up a new cloud cluster.
SOLR-5340 will be a part of this issue.
Attachments
Attachments
Issue Links
- is related to
-
SOLR-8901 Export data/tlog directory locations for every core in clusterstate
- Resolved
-
SOLR-8797 Backup command on a recovering index should fail
- Closed
-
SOLR-6637 Solr should have a way to restore a core
- Closed
-
SOLR-9055 Make collection backup/restore extensible
- Resolved
- relates to
-
SOLR-9038 Support snapshot management functionality for a solr collection
- Closed
- requires
-
SOLR-8875 ZkStateWriter.writePendingUpdates() can return null clusterState; NPE in Overseer
- Closed
-
SOLR-5340 Add support for named snapshots
- Resolved