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:
Daniel Calviño Sánchez 2022-12-23 19:15:03 +01:00 committed by backportbot-nextcloud[bot]
parent 846ea3b3be
commit a127ceae7b

View File

@ -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::