How to upgrade ELK on docker from 8.4.3 to 8.7.0

I have an elastdocker (elk version 8.4.3) in production for some time and I would like to upgrade the elk version (8.4.3 to 8.7.0).

Volumes are configured on the instance to use persistent storage.

The procedure would be like this??

  1. Change version number in docker-compose.yml file
  2. Run the commands:
  • docker compose stop
  • docker compose up -d

So will the new version upload without losing data??

Thanks for the feedback.

Welcome to our community! :smiley:

Yep, that will work!

Thanks. Update performed successfully.

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