File conflict upgrading Elasticsearch

Hello guys,

I ran into a little problem while trying to upgrade Elasticsearch 5.6.0 to 5.6.1. Note that I don't have internet connection on the server. The error I get:

rpm --install elasticsearch-5.6.1.rpm
file /usr/lib/systemd/system/elasticsearch.service from install of elasticsearch-0:5.6.1-1.noarch conflicts with file from package elasticsearch-0:5.6.0-1.noarch
file /usr/share/elasticsearch/modules/aggs-matrix-stats/plugin-descriptor.properties from install of elasticsearch-0:5.6.1-1.noarch conflicts with file from package elasticsearch-0:5.6.0-1.noarch
file /usr/share/elasticsearch/modules/ingest-common/plugin-descriptor.properties from install of elasticsearch-0:5.6.1-1.noarch conflicts with file from package elasticsearch-0:5.6.0-1.noarch
file /usr/share/elasticsearch/modules/lang-expression/plugin-descriptor.properties from install of elasticsearch-0:5.6.1-1.noarch conflicts with file from package elasticsearch-0:5.6.0-1.noarch
file /usr/share/elasticsearch/modules/lang-groovy/plugin-descriptor.properties from install of elasticsearch-0:5.6.1-1.noarch conflicts with file from package elasticsearch-0:5.6.0-1.noarch
file /usr/share/elasticsearch/modules/lang-mustache/plugin-descriptor.properties from install of elasticsearch-0:5.6.1-1.noarch conflicts with file from package elasticsearch-0:5.6.0-1.noarch
file /usr/share/elasticsearch/modules/lang-painless/plugin-descriptor.properties from install of elasticsearch-0:5.6.1-1.noarch conflicts with file from package elasticsearch-0:5.6.0-1.noarch
file /usr/share/elasticsearch/modules/parent-join/plugin-descriptor.properties from install of elasticsearch-0:5.6.1-1.noarch conflicts with file from package elasticsearch-0:5.6.0-1.noarch
file /usr/share/elasticsearch/modules/percolator/plugin-descriptor.properties from install of elasticsearch-0:5.6.1-1.noarch conflicts with file from package elasticsearch-0:5.6.0-1.noarch
file /usr/share/elasticsearch/modules/reindex/plugin-descriptor.properties from install of elasticsearch-0:5.6.1-1.noarch conflicts with file from package elasticsearch-0:5.6.0-1.noarch
file /usr/share/elasticsearch/modules/transport-netty3/plugin-descriptor.properties from install of elasticsearch-0:5.6.1-1.noarch conflicts with file from package elasticsearch-0:5.6.0-1.noarch
file /usr/share/elasticsearch/modules/transport-netty4/plugin-descriptor.properties from install of elasticsearch-0:5.6.1-1.noarch conflicts with file from package elasticsearch-0:5.6.0-1.noarch

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.