Skip to content

Nextcloud upgrade warning management #7522

@DavidePrincipi

Description

@DavidePrincipi

Nextcloud 31 upgrade shows database row format warning on migrated installations.

After upgrading to Nextcloud 31 (app version 1.5.0), installations originally deployed with NC24 or earlier (typically migrated from NS7) may display a warning in the admin interface about the database row format. While harmless, this warning may trigger unnecessary support requests.

Action items:

  • Add a manual DB-fix procedure (script link) to the README and release notes of milestone 8.6
  • Starting from NC32 evaluate including the DB-fix script in the module's bin/ directory for manual execution. The script can fix also other warning.
  • Test upgrades to future Nextcloud 32 starting from NC23 with all intermediate major versions.

Context

https://help.nextcloud.com/t/frequent-nextcloud-31-hub-10-update-issues/214983#p-641010-new-database-check-incorrect-row-format-5

A database row format warning appears after upgrading Nextcloud to version 31 (Hub 10), especially when the original installation dates back to version 24 or earlier. This affects NS8 systems migrated from NS7. While the warning does not break functionality, it's visible in the admin UI and might cause confusion or support requests. A community-provided script can fix the issue by converting the database to use dynamic row format.

There's agreement that updates shouldn't apply potentially long-running DB fixes, but documenting a manual solution or optionally providing a script could help.

Discussion


Thanks to Greavette, @mrmarkuz

Metadata

Metadata

Assignees

No one assigned

    Labels

    verifiedAll test cases were verified successfully

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions