Skip to main content

Updating OctoBot

pip

pip install --upgrade octobot

Docker

docker pull drakkarsoftware/octobot:stable
docker stop octobot && docker rm octobot
docker run -d --name octobot -p 5001:5001 -v $(pwd)/user:/octobot/user drakkarsoftware/octobot:stable

Binary

Download the latest binary from GitHub Releases and replace your existing binary.

Your user/ directory containing configuration and data is preserved across updates.