Incorrect row format found in your database. ROW_FORMAT=Dynamic offers the best database performances for Nextcloud. Please update row format on the following list:

After upgrade to version 31.0.5 . I see Incorrect row format found in your database. ROW_FORMAT=Dynamic offers the best database performances for Nextcloud. Please update row format on the following list:

command ./occ_convert_charset
report :
All tables already have the correct collation → nothing to do

database query report :

select table_name, row_format from information_schema.tables where table_schema = ‘nextcloud’ AND ROW_FORMAT <> ‘Dynamic’;
Empty set (0.001 sec)

hello @Spinning8429,
maybe this could help you:

1 Like