docs/daprdocs/content/en/operations/hosting/self-hosted/self-hosted-upgrade.md

889 B

type title linkTitle weight description
docs Steps to upgrade Dapr in a self-hosted environment Upgrade Dapr 50000 Follow these steps to upgrade Dapr in self-hosted mode and ensure a smooth upgrade
  1. Uninstall the current Dapr deployment:

    {{% alert title="Note" color="warning" %}} This will remove the default $HOME/.dapr directory, binaries and all containers (dapr_redis, dapr_placement and dapr_zipkin). Linux users need to run sudo if docker command needs sudo. {{% /alert %}}

    dapr uninstall --all
    
  2. Download and install the latest CLI by visiting [this guide]({{< ref install-dapr-cli.md >}}).

  3. Initialize the Dapr runtime:

    dapr init
    
  4. Ensure you are using the latest version of Dapr (v1.1.2) with:

    $ dapr --version
    
    CLI version: 1.1.0
    Runtime version: 1.1.2