From 0776cea7bcfacaa859b89af173f13bba84415ac7 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 7 Oct 2023 09:05:17 +0700 Subject: [PATCH] fix backup for empty index --- tubearchivist/home/src/es/index_setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tubearchivist/home/src/es/index_setup.py b/tubearchivist/home/src/es/index_setup.py index 0f84de7f..c913da75 100644 --- a/tubearchivist/home/src/es/index_setup.py +++ b/tubearchivist/home/src/es/index_setup.py @@ -152,7 +152,6 @@ class ElasitIndexWrap: index_name, expected_map, expected_set = self._config_split(index) handler = ElasticIndex(index_name, expected_map, expected_set) if not handler.exists: - self._check_backup() handler.create_blank() continue