Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.

Previous page Creating a package for a standalone installation of Axxon One in Linux OS  Removing Axxon One in Linux OS Next page

Attention!

Updating the OS doesn't affect the performance of Axxon One. However, before updating the OS, we recommend backing up the configuration (see Backup and restore utility).

There are two options to update Axxon One in Linux OS: from the repository and from the folder.

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

    sudo apt-get update
    sudo apt-get 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:
      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:

      sudo dpkg -i *
Package examples

Example of packages required to update the Server side:

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:

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:

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

These options describe an update within one version of Axxon One (for example, from 1.0 to 1.9). If you want to update from Axxon One 1.0 to Axxon One 2.0, you must first update the repositories. The repositories and the commands are specified in the step 1 on the page Installing from repository.

Attention!

After the update is completed, you must check the access permissions of the archive file and the folder where it is stored. 
The ngp user must be specified as the owner of both the file and the folder.

  • No labels