Skip to main content
Version: 2.27

Upgrade Process

The Telepresence CLI will periodically check for new versions and notify you when an upgrade is available. Running the same commands used for installation will replace your current version with the latest.

Before upgrading your CLI, you must stop any live Telepresence processes by issuing telepresence quit -s (or telepresence quit -ur if your current version is less than 2.8.0).

Download and install the latest .deb or .rpm package using the same commands as the initial installation. The package manager will handle replacing the previous version and restarting the root daemon service.

OR upgrade by downloading the binary manually

# 1. Download the latest binary (~95 MB):
### AMD64
sudo curl -fL https://github.com/telepresenceio/telepresence/releases/latest/download/telepresence-linux-amd64 -o /usr/local/bin/telepresence

### ARM64
sudo curl -fL https://github.com/telepresenceio/telepresence/releases/latest/download/telepresence-linux-arm64 -o /usr/local/bin/telepresence

# 2. Make the binary executable:
sudo chmod a+x /usr/local/bin/telepresence

The Telepresence CLI contains an embedded Helm chart. See Install/Uninstall the Traffic Manager if you want to also upgrade the Traffic Manager in your cluster.