Elastic Search Docker upgrade to latest

Hi,

I'm new to Elasticsearch as well as docker. I spinned up a 3 node elastic cluster following the documentation here
I used stack version as 8.0.1 to test the upgrade process.

I followed the documentation on upgrade here to latest 8.6

Documentation says to shutdown single node and mentions the command for systemd and SysV but not for docker? how to shutdown a single node using docker desktop?

also, how to upgrade the node that is shut down in docker desktop.

I'm using docker desktop on windows machine.

Thanks

The upgrade for docker is to update the URL in the docker file to point to the new one, which for Elasticsearch is to upgrade the version number it references.

Then you can use one of the docker container commands to restart it and pull down the new version.

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