Updating OctoXLabs
This guide covers the process of stopping Octoxlabs services, running the update package and then configuring updates and starting all services again.
Last updated
This guide covers the process of stopping Octoxlabs services, running the update package and then configuring updates and starting all services again.
Before updating the OctoX platform, you must turn off all services. Use the following commands:
octox-ctl -x downUbuntu or Debian
$ dpkg -i octoxlabs_***.debRedhat or CentOS
$ rpm -i --force octoxlabs_***.rpmIn 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.
octox-ctl -x upAt the end of this process, the OctoXLabs update will be completed.
Last updated