You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The restore operation uses the standard shard recovery mechanism. Therefore, any currently running restore operation can
79
-
be canceled by deleting indices that are being restored. Please note that data for all deleted indices will be removed
79
+
be canceled by deleting data streams and indices that are being restored. Please note that data for all deleted data streams and indices will be removed
80
80
from the cluster as a result of this operation.
81
81
82
82
[float]
83
83
=== Effect of cluster blocks on snapshot and restore
84
84
85
85
Many snapshot and restore operations are affected by cluster and index blocks. For example, registering and unregistering
86
-
repositories require write global metadata access. The snapshot operation requires that all indices and their metadata as
87
-
well as the global metadata were readable. The restore operation requires the global metadata to be writable, however
86
+
repositories require write global metadata access. The snapshot operation requires that all indices, backing indices, and their metadata as
87
+
well as the global metadata be readable. The restore operation requires the global metadata to be writable, however
88
88
the index level blocks are ignored during restore because indices are essentially recreated during restore.
89
89
Please note that a repository content is not part of the cluster and therefore cluster blocks don't affect internal
90
90
repository operations such as listing or deleting snapshots from an already registered repository.
0 commit comments