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??
- Change version number in docker-compose.yml file
- Run the commands:
- docker compose stop
- docker compose up -d
So will the new version upload without losing data??
Thanks for the feedback.