You need to add the elastic.co repository to your operating system. Then, every time you run a
(or if Ubuntu,)
command to update the system, then it will poll the elastic servers and identify any needed or available updates.
The URL that I added is:
Code:
https://artifacts.elastic.co/packages/7.x/apt stable InRelease
which is polled when I request updates. It may be a different URL for CentOS, though.
If there is an update available (perhaps once a month), then I do a
and it downloads and installs the new update.
Then I restart elasticsearch with the
Code:
/etc/init.d/elasticsearch restart
command, and it immediately updates the version in the XenForo control panel.