From cbda0f1b452c397e9183c16343fd82b2cfd6c812 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Fri, 16 Jun 2023 17:09:57 -0500 Subject: [PATCH] Adjust update wording Signed-off-by: Eric Nemchik --- readme-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index 8465926..162fddd 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -53,7 +53,7 @@ app_setup_block: | ### Updating Nextcloud - Updating the Nextcloud container is done by pulling the new image, throwing away the old container and starting the new one. + Updating Nextcloud is done by pulling the new image, and recreating the container with it. It is only possible to upgrade one major version at a time. For example, if you want to upgrade from version 14 to 16, you will have to upgrade from version 14 to 15, then from 15 to 16.