pantheon-systems / localdev-issues

Issue tracking for Pantheon localdev
6 stars 2 forks source link

Maria DB is not the minimum version for Drupal 9. #110

Open rositis opened 3 years ago

rositis commented 3 years ago

System: MacOS 11.4 I am attempting to set up Drupal 9 in preparation for both module development and migration from a Drupal 7 site. I started with a bare-metal install, having Localdev handle the Docker installation to keep everything happy. I successfully pulled down the site from Pantheon. I ran drush cr in the container terminal after getting an initial error when first attempting access the local version of the site. The site successfully loaded. I went to Reports->Status report in the admin menu after logging on and found the following error: 10.1.47-MariaDB The database server version 10.1.47-MariaDB is less than the minimum required version 10.3.7.

Screen Shot 2021-06-21 at 4 31 53 PM
slattery commented 3 years ago

I synced a new sandbox site from the dashboard, using the now stock drupal 9 install. The dev version in the cloud has the correct mariadb version, but the localdev synced version does not. Editing pantheon.yml to include the database key did not help. (https://pantheon.io/docs/pantheon-yml#specify-a-version-of-mariadb). I don't know if I should use localdev in this state or not.