For the complete documentation index, see llms.txt. This page is also available as Markdown.

Updating OctoXLabs

This guide covers the process of stopping Octoxlabs services, running the update package and then configuring updates and starting all services again.

Step 1: Stop All Services

Before updating the OctoX platform, you must turn off all services. Use the following commands:

octox-ctl -x down

Step 2: Run the Update Package

Ubuntu or Debian

$ dpkg -i octoxlabs_***.deb

Redhat or CentOS

$ rpm -i --force octoxlabs_***.rpm

In the file name, which is in the form of octoxlabs_**, the full file name must be placed where there is an asterisk (). For example, octoxlabs_stable_4.0.0_amd64_202402020623_update.rpm.

Step 3: Start All Services

octox-ctl -x up

At the end of this process, the OctoXLabs update will be completed.

Last updated