mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-02 09:41:07 +00:00
ignore unavailable index for snapshots
This commit is contained in:
parent
6a7a84792e
commit
e101c4abc7
@ -116,6 +116,7 @@ class ElasticSnapshot:
|
||||
"repository": self.REPO,
|
||||
"config": {
|
||||
"indices": self.all_indices,
|
||||
"ignore_unavailable": True,
|
||||
"include_global_state": True,
|
||||
},
|
||||
"retention": {
|
||||
|
Loading…
Reference in New Issue
Block a user