index snapshot restore
The index snapshot restore command restores a search index snapshot.
Note: No operation is allowed on the search index while you are restoring its snapshot.
To view the status of snapshot restore use the command index restore list. For more information, see index snapshot list
Usage
index snapshot restoreRequired | Argument | Description |
---|---|---|
Yes | --i Index name | Name of the search index, the snapshot of which is being restored. |
Yes | --s Snapshot name | Name of the snapshot to be restored. |
Example
This example restores the snapshot "my_snapshot" of search index "customer_index".
index snapshot restore --i customer_index --s my_snapshot