Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
So far I have been upgrading my Drupal site from 8 to 9 to 10 successfully.
However I could not upgrade it from 10 to 11 because my shared hosting has MariaDB 10.5, while D11 requires 10.6.
So my question is, is it somehow (by overriding or even by hacking the core) possible to make D11 work on MariaDB 10.5?... so that I can go ahead with this upgrade at the moment and wait for the hosting to upgrade MariaDB at a later date.
I'm currently working on updating my Drupal website, but I've encountered some challenges that I hope you can help me with. I've run composer outdated and found a long list of outdated packages that need updating, including Drupal core and several contributed modules. Here are some specifics:
Composer outdated "drupal/*" lists some drupal/core- things after running composer update. I updated drupal from 10.1.8 to 10.3.5.
drupal/core-composer-scaffold 10.3.5 11.0.4 A flexible Composer project scaf...
drupal/core-project-message 10.3.5 11.0.4 Adds a message after Composer in...
drupal/core-recommended 10.3.5 11.0.4 Core and its dependencies with k...
Anyideas?
Do I have to solve this, then how? Or is it OK to leave them alone?
[Solved]
The numbers are the virsions of core, so it depends on it.