DROP BACKUP STORE
Drops a backup store.
If the backup store is referenced by a backup configuration, the backup store cannot be dropped until the backup configuration is modified to refer to a new backup store or dropped. |
Synopsis
DROP BACKUP STORE <store_name> ;
Syntax conventions | Description |
---|---|
UPPERCASE |
Literal keyword. |
Lowercase |
Not literal. |
|
Variable value. Replace with a user-defined value. |
|
Optional.
Square brackets ( |
|
Group.
Parentheses ( |
|
Or.
A vertical bar ( |
|
Repeatable.
An ellipsis ( |
|
Single quotation ( |
|
Map collection.
Braces ( |
Set, list, map, or tuple.
Angle brackets ( |
|
|
End CQL statement.
A semicolon ( |
|
Separate the command line options from the command arguments with two hyphens ( |
|
Search CQL only: Single quotation marks ( |
|
Search CQL only: Identify the entity and literal value to overwrite the XML element in the schema and solrConfig files. |
- store_name
-
Name of the backup store. Store names can use alphanumeric characters and underscores only. They are case insensitive.