We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef153a commit 5b195d9Copy full SHA for 5b195d9
setup/updating.md
@@ -100,7 +100,13 @@ If this happens, we recommend uninstalling and reinstalling:
100
101
> Double-check your values file to ensure it only contains your changes.
102
103
-1. Run `helm uninstall`:
+1. Run `helm uninstall`. This will uninstall all Coder-related services on the
104
+ cluster (though it preserves the namespaces). It will not delete user
105
+ environments or their associated volumes.
106
+
107
+ > `helm uninstall` will delete the timescale instance internal to the
108
+ > cluster. If you're using an external PostgreSQL database, this will not be
109
+ > affected.
110
111
```console
112
helm uninstall --namespace coder coder
0 commit comments