Upgrade with Docker
Important upgrade notes
If you’re upgrading from a version earlier than ... | Then ... |
---|---|
v3.4.0 | The following variables are deprecated and will be removed in v4 :- ANALYSIS_FRONTEND_HOST - ANALYSIS_FRONTEND_PORT - ANALYSIS_FRONTEND_TLS_ENABLED Replace this by setting ANALYSIS_FRONTEND_FQDN (e.g. https://my.domain-name.com or http://my.domain-name.com:8000 ) |
Upgrade installation
To upgrade a Linksight installation deployed with Docker Compose, follow the next instructions:
- Stop and remove the containers.
docker compose down
infoNote that older versions of
docker-compose
require the command to bedocker-compose
instead ofdocker compose
. - Edit the
.env
file, and change theVERSION
variable to the desired version. - Restart the containers.
docker compose up -d