We’re having issues installing the latest version of Graylog 7 on Amazon Linux 2003 using the latest rpm. This was working fine a few weeks ago when we were testing but now we are having issues.
We are following the instructions here - Red Hat Installation: Multiple Graylog Nodes
All steps are followed successfully and yum install graylog-datanode runs as expected.
On running yum install graylog-server, we get the following though:
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing ‘dnf clean packages’.
Error: Transaction test error:
file /usr/lib/.build-id/0f/5bf41e3e207feb6cab260b2366f1697c13555b from install of graylog-server-7.0.5-1.x86_64 conflicts with file from package graylog-datanode-7.0.5-1.x86_64
file /usr/lib/.build-id/2a/45eebcedc9ddddd7e43512f1c1d13a625cfe52 from install of graylog-server-7.0.5-1.x86_64 conflicts with file from package graylog-datanode-7.0.5-1.x86_64
file /usr/lib/.build-id/32/f8130f4d86dfcf5f9af96b1cb932eda8015165 from install of graylog-server-7.0.5-1.x86_64 conflicts with file from package graylog-datanode-7.0.5-1.x86_64
file /usr/lib/.build-id/3c/51e24cab713cbc44a4b05fed44660d7d8e4035 from install of graylog-server-7.0.5-1.x86_64 conflicts with file from package graylog-datanode-7.0.5-1.x86_64
file /usr/lib/.build-id/3d/552045a6af8c09b554b88b43d19a50b9e52b99 from install of graylog-server-7.0.5-1.x86_64 conflicts with file from package graylog-datanode-7.0.5-1.x86_64
file /usr/lib/.build-id/7f/0274197caa4afcc5c5430232e140211d611a4f from install of graylog-server-7.0.5-1.x86_64 conflicts with file from package graylog-datanode-7.0.5-1.x86_64
file /usr/lib/.build-id/db/dfd874aa078c8f1feacc28175a6a874c060d6a from install of graylog-server-7.0.5-1.x86_64 conflicts with file from package graylog-datanode-7.0.5-1.x86_64
file /usr/lib/.build-id/e7/189286cdb1e6c44b0968f6d52855af9696ae2c from install of graylog-server-7.0.5-1.x86_64 conflicts with file from package graylog-datanode-7.0.5-1.x86_64
For testing purposes we uninstalled graylog-datanode version 7 and attempted to follow the process for installing server/datanode for version 6.3. The version 6.3 installed with no issues.
From the looks of the following link, the rpm file was updated on the 4th March 2026 - Graylog Package Repository
Is anyone aware of any changes?
Thanks
Ram