Hello,
I want to upgrade from 6.7 to 7.3.1 specifically
I created the below repo
[elasticsearch-7.3.1]
name=Elasticsearch repository for 7.3.1 packages
baseurl=https://artifacts.elastic.co/packages/7.3.1/yum
gpgcheck=1
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
enabled=1
autorefresh=1
type=rpm-md
But with yum install answers that will install 7.3.2 any ideas?
Thank you