Unable to Upgrade from 3.0.2-1 to Graylog 3.1 via yum

O/S: CentOS Linux release 7.6.1810 (Core)
Graylog: Graylog 3.0.2+1686930
Java: Oracle Corporation 1.8.0_201

Problem
I am unable to upgrade to Graylog 3.1 on CentOS7 using the instructions provided on https://docs.graylog.org/en/3.1/pages/installation/os/centos.html

Replication Steps
# rpm -Uvh https://packages.graylog2.org/repo/packages/graylog-3.1-repository_latest.rpm
# yum --disablerepo="*" --enablerepo=“graylog” install graylog-server

Expected Result
Graylog 3.1 is installed

Actual Result
# yum --disablerepo="*" --enablerepo=“graylog” install graylog-server
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Package graylog-server-3.0.2-1.noarch already installed and latest version
Nothing to do

I figured it out.

Run this command:
yum clean all

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