Upgrade Minor version

I always use the following to upgrade major versions of Graylog on my CentOS and works great

sudo rpm -Uvh https://packages.graylog2.org/repo/packages/graylog-3.3-repository_latest.rpm sudo yum clean all
$ sudo yum install graylog-server graylog-enterprise-plugins graylog-integrations-plugins graylog-enterprise-integrations-plugins

but when I want to do minor Graylog upgrade from currently 3.3.2 to the latest 3.3.5, I always get the error that the latest is already installed.
What is the proper way to upgrade the same version?

Try this commands:

sudo yum makecache
sudo yum update graylog-server graylog-enterprise-plugins graylog-integrations-plugins graylog-enterprise-integrations-plugins

Or simply yum update if you want to update all system packages

Thank you! Those commands worked great and upgraded now to 3.3.6 and is an easier way to upgrade minor versions as sometimes yum update can cause more issues.

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