ignore unavailable index for snapshots

This commit is contained in:
simon
2022-11-20 12:33:39 +07:00
parent 6a7a84792e
commit e101c4abc7

View File

@@ -116,6 +116,7 @@ class ElasticSnapshot:
"repository": self.REPO,
"config": {
"indices": self.all_indices,
"ignore_unavailable": True,
"include_global_state": True,
},
"retention": {