Ga naar hoofdinhoud

Upgrade with Docker

Important upgrade notes

If you’re upgrading from a version earlier than ...Then ...
v3.4.0The 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:

  1. Stop and remove the containers.
    docker compose down
    info

    Note that older versions of docker-compose require the command to be docker-compose instead of docker compose.

  2. Edit the .env file, and change the VERSION variable to the desired version.
  3. Restart the containers.
    docker compose up -d