chore(deps): update docker.io/library/mariadb docker tag to v12#671
chore(deps): update docker.io/library/mariadb docker tag to v12#671renovate-bot-cbcoutinho[bot] wants to merge 1 commit intomasterfrom
Conversation
|
PR Review: MariaDB 11.x to 12.x Major Version Bump This is a major version upgrade (11.8.6 to 12.2.2), not a routine patch update. A few things to consider before merging: Nextcloud Compatibility The comment in MariaDB 12.x Maturity MariaDB 12.x is a new major series. It may still be in early GA or preview status. Running integration tests against it is reasonable for compatibility validation, but it would be premature to adopt it before Nextcloud officially supports it. Recommendation
The change itself is minimal and correct in form; the main question is whether the Nextcloud ecosystem is ready for MariaDB 12.x. |
bbe0494 to
545f807
Compare
|
PR Review: MariaDB 11 to 12 Major Version Bump This Renovate PR updates MariaDB from 11.8.6-noble to 12.2.2-noble (a major version upgrade). Key Concern: Nextcloud Compatibility The docker-compose.yml already flags this with a comment pointing to the Nextcloud system requirements page. As of my knowledge cutoff, Nextcloud officially supported MariaDB 10.6, 10.11, and 11.4 (LTS). MariaDB 12 is a brand-new major release - verify Nextcloud supports it before merging, as major DB version bumps can break:
What to Check Before Merging:
Minor Notes:
Recommendation: Verify Nextcloud officially supports MariaDB 12 (or confirm CI is green), then merge. If MariaDB 12 is not yet in the compatibility matrix, consider pinning back to the latest MariaDB 11 LTS. |
dfdcbb7 to
af009be
Compare
PR Review: MariaDB 11 → 12 Major Version UpgradeThis is a major version bump (11.8.6 → 12.2.2), which warrants closer scrutiny than a typical patch/minor update. Compatibility Check NeededThe comment in # Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#serverThe compose file uses Nextcloud 32.0.8. Before merging, it's worth verifying that Nextcloud 32.x officially lists MariaDB 12.x as a supported database version. MariaDB 12 is very new, and Nextcloud's compatibility matrix may not include it yet — if Nextcloud hasn't tested against MariaDB 12, this could introduce subtle data handling differences or compatibility issues in the dev/test environment. What's Good
Recommendation
Otherwise the change itself is minimal and the approach is sound. |
af009be to
4da4334
Compare
PR Review: MariaDB 11 → 12 Major Version BumpThis is a Renovate Bot PR upgrading MariaDB from Nextcloud Compatibility (Critical)The MariaDB 12 is a very new major release. As of April 2026, it's worth verifying that Nextcloud officially certifies against MariaDB 12.x before merging. Nextcloud's system requirements page has historically listed specific supported MariaDB versions (e.g. 10.6, 10.11, 11.4 LTS series). If MariaDB 12 isn't yet on that list, running it in the dev/test environment could mask incompatibilities that wouldn't be caught until production. Major Version Upgrade RisksA 11.x → 12.x jump can include:
The What's Good
RecommendationBefore merging, I'd suggest:
If the CI pipeline runs integration tests against Docker Compose and they pass, that's a good signal — but the Nextcloud compatibility question is worth an explicit check given the comment already in the file. Review generated by Claude Code |
This PR contains the following updates:
11.8.6-noble→12.2.2-nobleConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.