Skip to content
DocsUpgradingPin or roll back a version

Pin or roll back a version

Install a specific release tag instead of latest — useful for reproducible deploys or rolling back a bad upgrade.

Install a specific version

pin version
curl -fsSL https://devops-agent-public.s3.ap-south-1.amazonaws.com/install.sh | sudo LINUX_PRO_VERSION=v1.4.0 bash

Roll back

To roll back, just install the previous tag the same way. Because the upgrade only swaps the binary, dropping back to an earlier version is the same operation as moving forward.

Note
Use --version v1.4.0 instead of the env var when running the local installer.