mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 00:49:19 +00:00
ignore unavailable index for snapshots
This commit is contained in:
@@ -116,6 +116,7 @@ class ElasticSnapshot:
|
|||||||
"repository": self.REPO,
|
"repository": self.REPO,
|
||||||
"config": {
|
"config": {
|
||||||
"indices": self.all_indices,
|
"indices": self.all_indices,
|
||||||
|
"ignore_unavailable": True,
|
||||||
"include_global_state": True,
|
"include_global_state": True,
|
||||||
},
|
},
|
||||||
"retention": {
|
"retention": {
|
||||||
|
|||||||
Reference in New Issue
Block a user