Graylog Open 5.1.8 (codename Noir) installed on Ubuntu using the “graylog-server” package.
How do I upgrade to Graylog Enterprise keeping the present configuration and without breaking anything?
Thanks
Michele
Graylog Open 5.1.8 (codename Noir) installed on Ubuntu using the “graylog-server” package.
How do I upgrade to Graylog Enterprise keeping the present configuration and without breaking anything?
Thanks
Michele
On ubuntu you can install graylog-enterprise “on top” of graylog-server. All of your existing data will be preserved.
To verify you can see these packages:
apt list graylog-enterprise
To install:
sudo apt install graylog-enterprise
Let us know if you have any questions.