The documentation you are viewing is for Dapr v0.11 which is an older version of Dapr. For up-to-date documentation, see the latest version.

Steps to upgrade Dapr in a self-hosted environment

Follow these steps to upgrade Dapr in self-hosted mode and ensure a smooth upgrade
  1. Uninstall the current Dapr deployment:

    dapr uninstall --all
    
  2. Download and install the latest CLI by visiting this guide.

  3. Initialize the Dapr runtime:

    dapr init --runtime-version=1.0.0-rc.2
    
  4. Ensure you are using the latest version of Dapr (1.0.0-rc.2) with:

    $ dapr --version
       
    CLI version: 1.0.0-rc.3
    Runtime version: 1.0.0-rc.2
    
Last modified July 7, 2022: update nav bar v0.11 (#2633) (b309d3d)