Skip to main content
Version: 0.79.0

Upgrading Kurtosis

The instructions in this guide assume you already have Kurtosis installed, and will walk you through upgrading to the latest version of Kurtosis.

If you're looking to install Kurtosis, see here.

I. Check breaking changes

You can check the version of the CLI you're running with kurtosis version. Before upgrading to the latest version, check the changelog to see if there are any breaking changes before proceeding with the steps below to upgrade.

II. Upgrade the CLI

brew update && brew upgrade kurtosis-tech/tap/kurtosis-cli

III. Restart the engine

If you upgraded the CLI through a minor version (the Y in a X.Y.Z version), you may need to restart your Kurtosis engine after the upgrade.

If this is needed, the Kurtosis CLI will prompt you with an error like so:

The engine server API version that the CLI expects, 1.7.4, doesn't match the running engine server API version, 1.6.8; this would cause broken functionality so you'll need to restart the engine to get the correct version by running 'kurtosis engine restart'

The fix is to restart the engine like so:

kurtosis engine restart