Hello,
We have a running two node Elasticsearch cluster running v 1.7 that sadly we cannot upgrade
Is it possible to add an Elasticsearch v.6.3 to the cluster so that all data is replicated one way from the v1.7 nodes to the v6.3 node?
Hello,
We have a running two node Elasticsearch cluster running v 1.7 that sadly we cannot upgrade
Is it possible to add an Elasticsearch v.6.3 to the cluster so that all data is replicated one way from the v1.7 nodes to the v6.3 node?
No, that is not possible. They are not at all compatible. All nodes in a cluster should have exactly the same version.
Adding to what @Christian_Dahlqvist said that you can start a brand new cluster using 6.3.0 and hopefully be able to use the reindex from remote API to read the data from the cluster version 1.7 and then reindex in the local cluster (6.3).
When done, switch off the 1.7 cluster.
My 2 cents
Thanks for the idea.
Just for reference, these scripts can be reused to migrate the whole db:
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.