From 86f241c2c4a63b3820134f7897798b40ba4fb494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20M=C3=A4rkle?= Date: Tue, 7 Jan 2025 09:26:39 +0100 Subject: [PATCH] Doc -> Document that upgrading to v0.4.0 requires a database backup restoration. --- doc/src/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/src/changelog.md b/doc/src/changelog.md index d7c6e9ec..dbfbcd4e 100644 --- a/doc/src/changelog.md +++ b/doc/src/changelog.md @@ -11,6 +11,13 @@ tbd. ## 0.4.0 +
+Breaking Changes + +* The LocalEnv deployment now uses different volume names. + Make sure to back up your database and restore the backup after the upgrade. +
+ ### Added * CLEO now comes with a new subcommand `opendut-cleo apply`. You may load cluster and peer configurations from a YAML file, similar to how resources are loaded with `kubectl apply` in Kubernetes.