MariaDB version "11.8.2-MariaDB-ubu2404" detected. MariaDB >=10.6 and <=11.4 is suggested for best performance, stability and functionality with this version of Nextcloud.
My Nextcloud is "complaining" at URL https://mynextcloud.mydomain.tld/settings/admin/overview
MariaDB version "11.8.2-MariaDB-ubu2404" detected. MariaDB >=10.6 and <=11.4 is suggested for best performance, stability and functionality with this version of Nextcloud.
I use image: mariadb:lts as in the example here. But recommended System requirements for Nextcloud is 11.4 for MariaDB.
Should I be worried?
Should someone fix the compose.yaml?
🤷🏼♂️
11.8 is still an LTS series so you're likely fine. It was just elevated to LTS formally with the release of 11.8.2.
I don't see any notable breaking changes in the release notes.
Thanks for mentioning. Was a nice reminder to broaden the upstream test coverage now that 11.8.2 is out (nextcloud/server#53898). If I was to take a guess, it'll be officially supported by Nextcloud Server v32 and the docs will be updated once testing looks reasonable.
Once the server side is fixed, will update the examples. (taking notes for changes in examples)
FYI, 11.8 is not compatible with recognize before 9.0.5 as it introduces as new keyword that the app uses as a column name.
FYI, 11.8 is not compatible with recognize before 9.0.5 as it introduces as new keyword that the app uses as a column name.
Isn't the fix for these things to make doctrine always quote tables and column names?