mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
Adjust ROW_FORMAT note to changes in Nextcloud 24
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 <danxuliu@gmail.com>
This commit is contained in:
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user