> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/continuous-delivery/troubleshooting-and-resources/armory/general/migrate-clouddrivers-redis-to-its-own-instance.md).

# Migrate Clouddriver's Redis To Its Own Instance

* Take a snapshot of your existing Redis cluster\* Create a new cluster with the snapshot from the previous step. This will include all the keys from the previous cluster that you can clear out later.Configure Clouddriver to use the new cluster. In your `/opt/spinnaker/config/clouddriver-local.yml` add the following:

```
redis:
  connection: redis://${YOUR_REDIS_HOST}:6379​
```

* Redeploy your Spinnaker instance
