How to update OpenOps to a newer release
curl -fsS https://openops.sh/install | OPENOPS_INSTALLATION_PATH="$PWD" ${SHELL:-/bin/sh}
unzip
sudo apt install unzip
sudo docker compose down
curl -OL https://github.com/openops-cloud/openops/releases/download/0.4.5/openops-dc-0.4.5.zip && \ unzip -o openops-dc-0.4.5.zip
sudo COMPOSE_PARALLEL_LIMIT=4 docker compose pull -q && sudo docker compose up -d
docker image prune -af
Was this page helpful?