Steps to upgrade Dapr in a self-hosted environment
Follow these steps to upgrade Dapr in self-hosted mode and ensure a smooth upgrade
-
Uninstall the current Dapr deployment:
Note
This will remove the default$HOME/.dapr
directory, binaries and all containers (dapr_redis, dapr_placement and dapr_zipkin). Linux users need to runsudo
if docker command needs sudo.dapr uninstall --all
-
Download and install the latest CLI by visiting this guide.
-
Initialize the Dapr runtime:
dapr init --runtime-version=1.0.0-rc.2
-
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 January 21, 2021: Merge pull request #1110 from dapr/periodic-v0.11-merge (3bd39e9)