Skip to content
DocsUpgradingUpgrade to latest

Upgrading

Upgrading is just re-running the installer. It replaces the binary and restarts the service — your settings, password, and port are preserved.

upgrade to latest
curl -fsSL https://devops-agent-public.s3.ap-south-1.amazonaws.com/install.sh | sudo bash

What is preserved

  • Your admin password and session.
  • Your chosen port — a plain re-run never changes LISTEN_ADDR unless you explicitly pass it.
  • The systemd service definition and TLS certificate.
Tip
Re-running the installer is idempotent and safe. It detects the existing install and upgrades in place rather than starting fresh.