Where is documentation to upgrade from 2.2.3 to 2.3 for Centos 7

I looked at the documentation found here: http://docs.graylog.org/en/2.3/pages/upgrade/graylog-2.3.html

But it just looks like things I should know but not the actual procedure. What am I missing? Where on this page does it actually say how to do the upgrade or is there another place I should look?

Thanks!

Please refer to http://docs.graylog.org/en/2.3/pages/installation/operating_system_packages.html#rpm-yum-dnf.

Ok, I will take a look at that. Thanks…

hello, i will love to get pointed to some doc explaining the process of upgrading to graylog 2.3 and elasticsearch 5 from a docker install Thanks

Please refer to http://docs.graylog.org/en/2.3/pages/installation/docker.html

Upgrades of Docker-based installations typically only require reading (and acting upon) the Graylog upgrade notes and pulling and starting the new Docker image.

so i will need to stop and remove my previous elasticsearch 2 container and than modify my docker compose file with the new elasticsearch 5 parameters ? Thanks

Make sure to read https://www.elastic.co/guide/en/elasticsearch/reference/5.6/breaking-changes.html and http://docs.graylog.org/en/2.3/pages/upgrade.html before upgrading anything.

so i previously built a graylog image to add the slack plugin. should i add the plugin to the new graylog image tag everytime i do an upgrad ? Thanks

Yes, otherwise the image won’t include the plugin.

See http://docs.graylog.org/en/2.3/pages/installation/docker.html#plugins for details.

i only got one elasticsearch node at the moment ! should i just stop all the docker containers (mongo, graylog, elatic) and then made the change to the docker-compose file ? will have to reconfigure all the notification changing image ? THANKS

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