The documentation you are viewing is for Dapr v1.4 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
    
  4. Ensure you are using the latest version of Dapr (v1.4.4)) with:

    $ dapr --version
    
    CLI version: 1.4
    Runtime version: 1.4
    

Last modified July 12, 2022 : update nav bar for v1.4 (#2641) (2db803e)