Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation on MariaDB upgrade is outdated #1343

Open
freakynl opened this issue Jun 26, 2024 · 1 comment
Open

Documentation on MariaDB upgrade is outdated #1343

freakynl opened this issue Jun 26, 2024 · 1 comment
Assignees

Comments

@freakynl
Copy link

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.

@phil-davis phil-davis self-assigned this Jun 27, 2024
@phil-davis
Copy link
Contributor

I will have a look. I remember being involved in looking into this when MariaDB made this change in 10.6.0.

@DeepDiver1975 DeepDiver1975 transferred this issue from owncloud/core Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants