From 3e7a96539c9092ce217de1c975dc5f658266a7dd Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Thu, 8 Apr 2021 16:08:42 -0500 Subject: [PATCH 1/2] clarify timescale deletion --- setup/updating.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/updating.md b/setup/updating.md index 9ebe32948..dc1a0d124 100644 --- a/setup/updating.md +++ b/setup/updating.md @@ -105,7 +105,8 @@ If this happens, we recommend uninstalling and reinstalling: environments or their associated volumes. > `helm uninstall` will delete the timescale instance internal to the - > cluster. If you're using an external PostgreSQL database, this will not be + > cluster, but will not delete its associated volume, so all data will remain + > intact. If you're using an external PostgreSQL database, this will not be > affected. ```console From 921af82c79f5ccc7f7c60593a44ed7db8688ed5e Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Fri, 9 Apr 2021 09:56:29 -0500 Subject: [PATCH 2/2] Update updating.md --- setup/updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/updating.md b/setup/updating.md index dc1a0d124..2a187ed5e 100644 --- a/setup/updating.md +++ b/setup/updating.md @@ -105,7 +105,7 @@ If this happens, we recommend uninstalling and reinstalling: environments or their associated volumes. > `helm uninstall` will delete the timescale instance internal to the - > cluster, but will not delete its associated volume, so all data will remain + > cluster but *not* its associated volume, so all data will remain > intact. If you're using an external PostgreSQL database, this will not be > affected.