[DOCS] Unregister repository instead of deleting it (#29206)

Relates to #15426
This commit is contained in:
Yannick Welsch 2018-03-23 15:53:36 +01:00 committed by GitHub
parent 8c59e43ac7
commit 3b8a8867c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -401,7 +401,7 @@ created the snapshotting process will be aborted and all files created as part o
cleaned. Therefore, the delete snapshot operation can be used to cancel long running snapshot operations that were cleaned. Therefore, the delete snapshot operation can be used to cancel long running snapshot operations that were
started by mistake. started by mistake.
A repository can be deleted using the following command: A repository can be unregistered using the following command:
[source,sh] [source,sh]
----------------------------------- -----------------------------------
@ -410,7 +410,7 @@ DELETE /_snapshot/my_fs_backup
// CONSOLE // CONSOLE
// TEST[continued] // TEST[continued]
When a repository is deleted, Elasticsearch only removes the reference to the location where the repository is storing When a repository is unregistered, Elasticsearch only removes the reference to the location where the repository is storing
the snapshots. The snapshots themselves are left untouched and in place. the snapshots. The snapshots themselves are left untouched and in place.
[float] [float]