fix(upgrade_to_30): Note the drop of MariaDB 10.5 support #12224
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
☑️ Resolves
So apparently we dropped official support for MariaDB 10.5 (which is an LTS and still supported thru 5/2025 per https://mariadb.org/about/#maintenance-policy) in v30. Earlier in the v30 dev cycle I'd kept 10.5 in (for nextcloud/server#45241). Not sure if it was an oversight or deliberate, but looks like it got dropped outright in nextcloud/server#46121. The new cut-off became 10.6.
Anyhow, adding a note to the release notes section to further call it out (the system requirements are accurate/up-to-date with nextcloud/server#46121; this is just to call it out more prominently since this is a notable change).
I'd personally still vote for keeping 10.5 in, but either way let's keep the docs clear.
🖼️ Screenshots