From 63193810e92aa1086b74c201465a3ff74b9fcf52 Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 18 Jan 2022 14:37:28 +0100 Subject: [PATCH 1/2] make clear that importing encrypted files will need the database as well Signed-off-by: szaimen --- migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration.md b/migration.md index 65b8b0a1..d2a03825 100644 --- a/migration.md +++ b/migration.md @@ -6,7 +6,7 @@ There are basically two ways how to migrate from an already existing Nextcloud i 1. Migrate the files and the database which is much more complicated ### Migrate only the files -**Please note**: If you used groupfolders before, you will need to restore the database, as well! +**Please note**: If you used groupfolders or encrypted your files before, you will need to restore the database, as well! The procedure for migrating only the files works like this: 1. Take a backup of your former instance (especially from your datadirectory) From ddcd56b6deb800ee693acd4a02c0d2a6644c3035 Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 18 Jan 2022 15:01:41 +0100 Subject: [PATCH 2/2] imrpove wording Signed-off-by: szaimen --- migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration.md b/migration.md index d2a03825..11137b3a 100644 --- a/migration.md +++ b/migration.md @@ -20,7 +20,7 @@ The procedure for migrating only the files works like this: ### Migrate the files and the database **Please note**: this is much more complicated than migrating only the files and also not as failproof so be warned!
-Also, some special apps that e.g. implement custom user backends like the `user_sql` app will most likely not work in Nextcloud AIO. Additionally, you will currently not be able to use local external storage in Nextcloud AIO since that is not supported, yet. See https://github.com/nextcloud/all-in-one/issues/76 +Also, some special apps that e.g. implement custom user backends like the `user_sql` app will probably not work in Nextcloud AIO. Additionally, you will currently not be able to use local external storage in Nextcloud AIO since that is not supported, yet. See https://github.com/nextcloud/all-in-one/issues/76 The procedure for migrating the files and the database works like this: 1. Make sure that your old instance is on exactly the same version like the version used in Nextcloud AIO. (e.g. 23.0.0) If not, simply upgrade your former installation to that version or wait until the version used in Nextcloud AIO got updated to the same version of your former installation or the other way around.