简体   繁体   English

ElasticSearch快照是否独立于ElasticSearch版本

[英]Are ElasticSearch snapshots independent of the ElasticSearch version

如果我使用ElasticSearch 1.5版制作快照,可以将其部署到ElasticSearch 2.0集群吗?

Yes, according to this page : 是的,根据此页面

Elasticsearch 2.x (Lucene 5) can read disk formats from Elasticsearch 0.90 and 1.x (Lucene 4), but not from Elasticsearch 0.20 and before (Lucene 3). Elasticsearch 2.x(Lucene 5)可以从Elasticsearch 0.90和1.x(Lucene 4)读取磁盘格式,但不能从Elasticsearch 0.20及之前的版本(Lucene 3)读取。

But definitely do a dry-run first though to make sure everything works as expected. 但是绝对要先试运行,以确保一切都按预期进行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM