开发者社区 问答 正文

Elasticsearch快照恢复报错cannot restore index [brand_...

已解决

Elasticsearch快照恢复报错cannot restore index [brand_index] because an open index with same name already exists in the cluster. Either close or delete the existing index or restore the index under a different name by providing a rename pattern and replacement name

展开
收起
提个问题 2024-05-31 14:03:33 223 分享 版权
1 条回答
写回答
取消 提交回答
  • 开发者社区问答官方账号
    官方回答
    采纳回答
    Elasticsearch集群存在已创建且open状态的索引,快照恢复将抛出报错,建议依照报错提示删除索引或将已存在的索引状态close掉后再做快照恢复。
    提示:
    Elasticsearch快照首次备份为全量数据,之后快照备份为增量数据,快照恢复为全量数据奥,参考快照相关概念
    2024-05-31 14:03:34
    赞同 展开评论