From e4f4575f83b73204dfc658c077d6ad90dd288f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Fri, 23 Dec 2022 19:15:03 +0100 Subject: [PATCH] Adjust ROW_FORMAT note to changes in Nextcloud 24 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since Nextcloud 24 (nextcloud/server#e49233a79546) ROW_FORMAT is no longer set to "COMPRESSED" when changing the character set of tables to "utf8mb4" in the "Repair MySQL collation" repair step. However, that repair step still sets the ROW_FORMAT to "DYNAMIC" before changing the collation of tables, no matter the character set. Signed-off-by: Daniel Calviño Sánchez --- admin_manual/configuration_database/mysql_4byte_support.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_database/mysql_4byte_support.rst b/admin_manual/configuration_database/mysql_4byte_support.rst index 796c069ee..9dff2fde1 100644 --- a/admin_manual/configuration_database/mysql_4byte_support.rst +++ b/admin_manual/configuration_database/mysql_4byte_support.rst @@ -48,7 +48,7 @@ Note:: .. note:: - This will also change the `ROW_FORMAT` to `COMPRESSED` for your tables, to make sure the used database storage size is not getting out of hand. + This will also change the `ROW_FORMAT` to `DYNAMIC` for your tables. 7. Disable maintenance mode::