Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status

Current state: "Under DiscussionFinished"

Discussion thread: here

JIRA: here (<- link to https://issues.apache.org/jira/browse/SOLR-XXXX)

Released: NA

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast). Confluence supports inline comments that can also be used.

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keySOLR-15086

Released: no

Motivation

Solr's current backup/restore functionality has several frustrating limitations.

...

Solr can support restoring to existing collections by making use of the "read only" mode that was introduced in SOLR-1372113271.  The restore API can put the target collection in read-only mode, restore a backup for each shard, and then toggle off "read only" mode.

...