Versions Compared

Key

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

...

  1. To update Axxon One from the repository, sequentially run the commands as a root:

    Code Block
    languagebash
    sudo apt-get update
    sudo apt-get upgrade install <package name>

    Example of packages:

    • axxon-one (for the Server side);
    • axxon-one-raft (for the Server in the Failover mode);
    • axxon-one-client (for the Server and Client type).
      For example:
      Code Block
      languagebash
      sudo apt-get update
      sudo apt-get install axxon-one
  2. To update Axxon One from the folder, do the following:
    1. Go to the folder with the downloaded packages.
    2. Run the following command:

      Code Block
      languagebash
      sudo dpkg -i *


Panel
titlePackage examples

Example of packages required to update the Server side:

Panel
axxon-drivers-pack_3.73_amd64.deb 
axxon-detector-pack_3.8_amd64.deb 
axxon-one-core_1.9.0_amd64.deb 
axxon-one_1.9.0_all.deb

Example of packages required to update the Server in the Failover mode:

Panel
axxon-drivers-pack_3.73_amd64.deb 
axxon-detector-pack_3.8_amd64.deb
axxon-one-core_1.9.0_amd64.deb 
axxon-one-raft_1.9.0_amd64.deb

Example of packages required for the Server and Client updating type:

Panel
axxon-drivers-pack_3.73_amd64.deb 
axxon-detector-pack_3.8_amd64.deb
axxon-one_1.9.0_all.deb 
axxon-one-core_1.9.0_amd64.deb 
axxon-one-client-bin_1.9.0_amd64.deb 
axxon-one-client_1.9.0_all.deb


...