Cannot update to Graylog 4.0.2

Currently running Graylog v4.0.0 on Ubuntu 20 LTS.

I am unable to update to the latest version of Graylog (4.0.2). I am following the steps below, to try and update the program.

  1. wget https://packages.graylog2.org/repo/packages/graylog-4.0-repository_latest.deb
  2. sudo dpkg -i graylog-4.0-repository_latest.deb
  3. sudo apt-get update
  4. sudo apt-get install graylog-server

After running sudo apt-get install graylog-server, I receive an message stating that nothing was upgraded.

image

So all that repo does is just add some list files in /etc/apt/sources.list.d. What do the Graylog list files look like there?

Here is the information listed in the graylog.list and graylog.list.distUpgrade.

graylog.list

graylog.list.distUpgrade

Is this what you are looking for? I’ve even tried pulling the update file from the repo and installing it locally.

Gotcha. Both of those are useful to see. You can remove the .distUpgrade file, as that won’t do anything and then uncomment the line in graylog.list. That should get it working after an apt-get update.

1 Like

That did it. Thanks Aaron!

Sure thing! Happy to help.

1 Like

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