mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 00:59:21 +00:00
fix backup for empty index
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user