Elasticsearch Upgrade issue

Hello Team,

I am facing issue while upgrading elasticsearch from elasticsearch-6.8.11-1.noarch to elasticsearch-7.10.2-aarch64.rpm. Kindly advise

Current ES Version : elasticsearch-6.8.11-1.noarch
Current OS Version : Red Hat Enterprise Linux Server release 7.9 (Maipo)
Intend to Upgrade : elasticsearch-7.10.2
Error : Failed dependencies [ Highlighted below ]

**[root@dgraystg1 rpm]# rpm -Uvh elasticsearch-7.10.2-aarch64.rpm

warning: elasticsearch-7.10.2-aarch64.rpm: Header V4 RSA/SHA512 Signature, key ID d88e42b4: NOKEY

Preparing... ################################# [100%]

    package elasticsearch-0:7.10.2-1.aarch64 is intended for a different architecture**

[root@dgraystg1 rpm]# rpm -qa | grep elas

elasticsearch-6.8.11-1.noarch

[root@dgraystg1 rpm]# cat /etc/system-release

Red Hat Enterprise Linux Server release 7.9 (Maipo)

This error means that you are trying to install a package that was built for ARM on a CPU that is not ARM.

You need to use the X86_64 package.

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