You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no longer seems relevant unless the version is between >= 10.6.0 and <10.6.6. And between those versions it probably quicker to just set innodb_read_only_compressed to OFF than following instructions.
Read-Only
MariaDB starting with 10.6
From MariaDB 10.6.0 until MariaDB 10.6.5, tables that are of the COMPRESSED row format are read-only by default. This was intended to be the first step towards removing write support and deprecating the feature.
This plan has been scrapped, and from MariaDB 10.6.6, COMPRESSED tables are no longer read-only by default.
Hi,
the documentation for owncloud still says things have to be done with MariaDB >10.6.
This however is no longer true from what I can see. They decided to keep support for compressed rows.
So this: https://doc.owncloud.com/server/next/admin_manual/maintenance/upgrading/database_upgrade.html#upgrading-to-mariadb-10-6
no longer seems relevant unless the version is between >= 10.6.0 and <10.6.6. And between those versions it probably quicker to just set innodb_read_only_compressed to OFF than following instructions.
https://mariadb.com/kb/en/innodb-compressed-row-format/
Read-Only
MariaDB starting with 10.6
From MariaDB 10.6.0 until MariaDB 10.6.5, tables that are of the COMPRESSED row format are read-only by default. This was intended to be the first step towards removing write support and deprecating the feature.
This plan has been scrapped, and from MariaDB 10.6.6, COMPRESSED tables are no longer read-only by default.
From MariaDB 10.6.0 to MariaDB 10.6.5, set the innodb_read_only_compressed variable to OFF to make the tables writable.
The text was updated successfully, but these errors were encountered: