Skip to content
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

Closed
8 of 12 tasks
reynoldsalec opened this issue Apr 2, 2024 · 5 comments
Closed
8 of 12 tasks

Update MariaDB Across All Recipes #51

reynoldsalec opened this issue Apr 2, 2024 · 5 comments
Assignees

Comments

@reynoldsalec
Copy link
Member

reynoldsalec commented Apr 2, 2024

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...

  • Acquia
  • Backdrop
  • Drupal
  • Joomla
  • Laravel
  • WordPress
  • LAMP
  • LEMP

This will involve...

  • Updating the dependencies: npm install @lando/mariadb@v1.2.0
  • Updating the docs if they mention available versions of Mariadb
  • Adding a test for the new version. This may be as simple as adding the new version to the custom example that most of these repos will have...in most cases it doesn't make sense to add a whole new dir to the examples directory just for a MariaDB update, but adding another service (or editing an existing service) in a custom example to use the newest version of MariaDB available could be smart so we're testing the "frontier" of MariaDB.
  • Updating the CHANGELOG
@rubenvarela
Copy link
Contributor

For others seeing this, #45 adds new versions. It mentions 11.3, but it's really until 11.2.

@sharique
Copy link

It seems symfony recipe is not updated.
ERROR ==> symfony-mariadb version 10.11 is not supported

@uberhacker
Copy link
Collaborator

Pantheon only officially supports up to MariaDB 10.6 so the recipe shouldn't need an update.

@uberhacker
Copy link
Collaborator

uberhacker commented May 18, 2024

It seems symfony recipe is not updated. ERROR ==> symfony-mariadb version 10.11 is not supported

Nice catch. I'll try and update that plugin in a future PR. See lando/symfony#51.

@reynoldsalec
Copy link
Member Author

Big thanks to @uberhacker for doing this, all the named recipes above are now at MariaDB 1.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

4 participants