mirror of https://github.com/apache/lucene.git
SOLR-14157: Document backup/restore 'name' param (#1133)
This commit is contained in:
parent
8df304d12e
commit
50176fd6fc
|
@ -1239,6 +1239,9 @@ The BACKUP command will backup Solr indexes and configurations for a specified c
|
|||
`collection`::
|
||||
The name of the collection to be backed up. This parameter is required.
|
||||
|
||||
`name`::
|
||||
What to name the backup that is created. This is checked to make sure it doesn't already exist, and otherwise an error message is raised. This parameter is required.
|
||||
|
||||
`location`::
|
||||
The location on a shared drive for the backup command to write to. Alternately it can be set as a <<cluster-node-management.adoc#clusterprop,cluster property>>.
|
||||
|
||||
|
@ -1268,6 +1271,9 @@ You can use the collection <<collection-aliasing.adoc#createalias,CREATEALIAS>>
|
|||
`collection`::
|
||||
The collection where the indexes will be restored into. This parameter is required.
|
||||
|
||||
`name`::
|
||||
The name of the existing backup that you want to restore. This parameter is required.
|
||||
|
||||
`location`::
|
||||
The location on a shared drive for the RESTORE command to read from. Alternately it can be set as a <<cluster-node-management.adoc#clusterprop,cluster property>>.
|
||||
|
||||
|
|
Loading…
Reference in New Issue