-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update MariaDB Across All Recipes #51
Comments
For others seeing this, #45 adds new versions. It mentions 11.3, but it's really until 11.2. |
It seems symfony recipe is not updated. |
Pantheon only officially supports up to MariaDB 10.6 so the recipe shouldn't need an update. |
Nice catch. I'll try and update that plugin in a future PR. See lando/symfony#51. |
Big thanks to @uberhacker for doing this, all the named recipes above are now at MariaDB 1.3.0. |
We've added new MariaDB versions, to get these changes to THE PEOPLE we need to update the version of MariaDB across all the recipes that use it. Specifically...
This will involve...
npm install @lando/mariadb@v1.2.0
custom
example that most of these repos will have...in most cases it doesn't make sense to add a whole new dir to theexamples
directory just for a MariaDB update, but adding another service (or editing an existing service) in acustom
example to use the newest version of MariaDB available could be smart so we're testing the "frontier" of MariaDB.The text was updated successfully, but these errors were encountered: