Hey guys, I am trying to update the version of elasticsearch to 7.13 from 7.10 and I am following the instructions from Rolling upgrades | Elasticsearch Guide [7.13] | Elastic but in the final when i procced with the instal I have this output:
// error: Failed dependencies:
elasticsearch-oss conflicts with elasticsearch-0:7.13.0-1.x86_64
elasticsearch conflicts with (installed) elasticsearch-oss-0:7.10.2-1.x86_64
If you know any other method beside uninstall 7.10 v. please help me.
that line was already hinted at above, but those two lines make it more clear.
You have the elasticsearch-oss distribution installed, but now you want to install the regular distribution. As the elasticsearch-oss package has a conflict configured for the elasticsearch package (and vice versa) to ensure that no two distributions are installed at the same time, you are getting this error message.
I suppose this requires deletion of the oss package and installation of the other. I remember that yum has a swap command, but I have never tested this - the most important part is to ensure that there is no deletion of configuration and data folders - so no purging of the package.
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.