Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the required archive with packages of the new Axxon One version from the official AxxonSoft website.
  2. Copy the axxon-one_%version.number%_all.deb and the axxon-one-core_%version.number%_amd64.deb packages to the /var/lib/docker/volumes/<VOLUME_ID>/_data/ directory.
    Note
    titleAttention!
  3. Make sure that a container is running:
    Code Block
    languageshell
    docker ps -a
  4. If necessary, run a container using the command:
    Code Block
    languageshell
    docker start <container_id>
  5. Get access to the container terminal:
    Code Block
    languageshell
    docker exec -it <container_id> sh
    After you log into the container terminal, the current default path is the directory where the .deb packages are located.
  6. Sequentially execute commands to install new packages:
    Code Block
    languageshell
    apt update
    apt install ./axxon-one*.deb

...