Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 ElasticSearch 6.2.2 安装中有一些索引,由于某些要求,我可能会降级到 ES 5.6.4
问:我可以备份 6.2.2 的索引并将它们恢复到 5.6.4 吗?
谢谢。
不,这绝对不兼容。
但是您可以重新索引您的数据。您可以使用 logstash 从 6.2.2 集群读取并写入 5.6.4 集群。它不是快照和还原,而是解决此问题的一种方法。