Skip to content

Commit baded0f

Browse files
Add data retention and upgrade safety advice (#4440)
* add warning about data retention when uninstalling Control Center * add TIP advice when upgrading Control Center * use asciidoc format for admonitions * apply PR suggestions --------- Co-authored-by: Petter Holmström <petter@vaadin.com>
1 parent 0f2df02 commit baded0f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

articles/control-center/getting-started/uninstall.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ helm uninstall installation-name -n installation-namespace
1818

1919
Replace `installation-name` with the name of the Helm release you used when installing Control Center, and `installation-namespace` with the namespace where Control Center was installed.
2020

21+
.Securing Your Data
22+
[WARNING]
23+
All Control Center-managed databases for all applications, including users, are deleted from the Kubernetes cluster when Control Center is uninstalled.
24+
If you want to retain the data, perform a <<../database/backups#,Backup>> before uninstalling.
25+
2126

2227
== Orphaned Applications
2328

articles/control-center/getting-started/upgrade.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ helm upgrade --install control-center oci://docker.io/vaadin/control-center \
2626
--reuse-values
2727
----
2828

29+
.Securing Your Data
30+
[TIP]
31+
Although nothing should happen to Control Center-managed databases and users when upgrading, you should perform a <<../database/backups#,Backup>> before proceeding with an upgrade to prevent any data loss.
32+
2933

3034
== Upgrading from 1.0
3135

0 commit comments

Comments
 (0)