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

Step 3: Start All Services

octox-ctl -x up

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

Last updated

Was this helpful?