Upgrade Assistance from 2.4.6 to 2.4.7

Hm, what about version 3?

sudo wget https://packages.graylog2.org/repo/packages/graylog-3.0-repository_latest.deb
sudo dpkg -i graylog-3.0-repository_latest.deb
sudo apt-get update

Then, do a dry run since you probably don’t actually want to go to version 3.
apt-get install graylog-server=3.0 --dry-run

What option should I choose here?

Hm, you’ll have to replace the repository but then clean it up later. I’m not familiar with that process so I can’t really offer any guidance. @jan or @shoothub can possibly provide more input here including why installing version 2.5.1 isn’t working as expected.

@manga411 can you check your Graylog apt list (/etc/apt/sources.list.d/graylog) to see what it says? If the version there doesn’t match what you’re trying to upgrade to, then you’ll need to change it.

You need to restart the graylog-sever service for the updated version to take effect.

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