mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00: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:
parent
846ea3b3be
commit
a127ceae7b
@ -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::
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user