From e101c4abc74cbfaa06d67343115d719d64a3b090 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 20 Nov 2022 12:33:39 +0700 Subject: [PATCH] ignore unavailable index for snapshots --- tubearchivist/home/src/es/snapshot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tubearchivist/home/src/es/snapshot.py b/tubearchivist/home/src/es/snapshot.py index b665ba2..e403fd8 100644 --- a/tubearchivist/home/src/es/snapshot.py +++ b/tubearchivist/home/src/es/snapshot.py @@ -116,6 +116,7 @@ class ElasticSnapshot: "repository": self.REPO, "config": { "indices": self.all_indices, + "ignore_unavailable": True, "include_global_state": True, }, "retention": {