Nirjonadda
Well-known member
Elasticsearch Version: 6.0.0 Released in November 14, 2017
View release notes.
Want to upgrade? We'll give you a hand. Upgrade Guidance » Upgrade From 5.x To 6.x on Centos 7 with this steps.
Download and install the public signing key:
Installing from the RPM repository
Create a file called elasticsearch.repo in the /etc/yum.repos.d/ directory for RedHat based distributions, or in the /etc/zypp/repos.d/ directory for OpenSuSE based distributions, containing:
Then Run:
That will Upgraded elasticsearch 6 from elasticsearch 5.x and Reindex for this Upgrading.
View release notes.
Want to upgrade? We'll give you a hand. Upgrade Guidance » Upgrade From 5.x To 6.x on Centos 7 with this steps.
Download and install the public signing key:
Code:
rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch
Installing from the RPM repository
Create a file called elasticsearch.repo in the /etc/yum.repos.d/ directory for RedHat based distributions, or in the /etc/zypp/repos.d/ directory for OpenSuSE based distributions, containing:
Code:
[elasticsearch-6.x]
name=Elasticsearch repository for 6.x packages
baseurl=https://artifacts.elastic.co/packages/6.x/yum
gpgcheck=1
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
enabled=1
autorefresh=1
type=rpm-md
Then Run:
Code:
yum update
That will Upgraded elasticsearch 6 from elasticsearch 5.x and Reindex for this Upgrading.