yoder731
(Caleb Yode)
February 2, 2021, 2:16pm
1
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.
wget https://packages.graylog2.org/repo/packages/graylog-4.0-repository_latest.deb
sudo dpkg -i graylog-4.0-repository_latest.deb
sudo apt-get update
sudo apt-get install graylog-server
After running sudo apt-get install graylog-server , I receive an message stating that nothing was upgraded.
aaronsachs
(Aaron Sachs)
February 2, 2021, 3:11pm
2
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?
yoder731
(Caleb Yode)
February 2, 2021, 3:45pm
3
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.
aaronsachs
(Aaron Sachs)
February 2, 2021, 3:52pm
4
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
yoder731
(Caleb Yode)
February 2, 2021, 4:14pm
5
That did it. Thanks Aaron!
aaronsachs
(Aaron Sachs)
February 2, 2021, 4:59pm
6
Sure thing! Happy to help.
1 Like
system
(system)
Closed
February 16, 2021, 5:00pm
7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.