From c152aa352c4f84887287cc39e09c34a3ee43fc1a Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Fri, 24 May 2024 11:53:09 +0200 Subject: [PATCH] AIO interface: document limitation regarding restoring of community container data Signed-off-by: Simon L --- php/templates/containers.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index d8fab23075b..85ef2b1272b 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -157,6 +157,7 @@ {% endif %} Choose the backup that you want to restore and click on the button below to restore the selected backup. This will restore the whole AIO instance. Please note that the current AIO passphrase will be kept and the previous AIO passphrase will not be restored from backup!

+ Please note: If the backup that you want to restore contained any community container, but you did not specify the same community containers via environmental variable while creating this new AIO instance, you need to restore the same backup a second time after this attempt so that the community container data is also correctly restored.