From 8d95ec72c6b2b4accd75bc6a560e505b9d7f22ec Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Thu, 8 Apr 2021 10:31:22 -0500 Subject: [PATCH 1/3] clarify helm uninstall --- setup/updating.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup/updating.md b/setup/updating.md index 1dae47a48..9b68460e4 100644 --- a/setup/updating.md +++ b/setup/updating.md @@ -100,7 +100,9 @@ If this happens, we recommend uninstalling and reinstalling: > Double-check your values file to ensure it only contains your changes. -1. Run `helm uninstall`: +1. Run `helm uninstall`. This will uninstall all Coder-related services in the + cluster, and keep the housing namespace intact. It will not delete user + environments or their associated volumes. ```console helm uninstall --namespace coder coder From 058e67d767ae27426705c16faf544608c5c3f53b Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Thu, 8 Apr 2021 12:28:54 -0500 Subject: [PATCH 2/3] add timescale clarification --- setup/updating.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/updating.md b/setup/updating.md index 9b68460e4..4c1274965 100644 --- a/setup/updating.md +++ b/setup/updating.md @@ -104,6 +104,9 @@ If this happens, we recommend uninstalling and reinstalling: cluster, and keep the housing namespace intact. It will not delete user environments or their associated volumes. + > `helm uninstall` will delete the timescale instance internal to the + > cluster. If you're using an external Postgres, it will not be affected. + ```console helm uninstall --namespace coder coder ``` From f64ecda692703a1254a286ea6c00b18deab3f0bd Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Thu, 8 Apr 2021 13:19:44 -0500 Subject: [PATCH 3/3] Fix ordering --- setup/updating.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup/updating.md b/setup/updating.md index 4c1274965..9ebe32948 100644 --- a/setup/updating.md +++ b/setup/updating.md @@ -100,12 +100,13 @@ If this happens, we recommend uninstalling and reinstalling: > Double-check your values file to ensure it only contains your changes. -1. Run `helm uninstall`. This will uninstall all Coder-related services in the - cluster, and keep the housing namespace intact. It will not delete user +1. Run `helm uninstall`. This will uninstall all Coder-related services on the + cluster (though it preserves the namespaces). It will not delete user environments or their associated volumes. > `helm uninstall` will delete the timescale instance internal to the - > cluster. If you're using an external Postgres, it will not be affected. + > cluster. If you're using an external PostgreSQL database, this will not be + > affected. ```console helm uninstall --namespace coder coder