localgovdrupal / localgov_project

Project template for Drupal 10 sites built with the LocalGov Drupal distribution.
https://localgovdrupal.org
GNU General Public License v2.0
11 stars 9 forks source link

Use mariadb in Lando - for all the reasons #99

Closed finnlewis closed 2 months ago

finnlewis commented 1 year ago
          At the moment just
config:
  xdebug: true
  database: mariadb

_Originally posted by @ekes in https://github.com/localgovdrupal/localgov_project/issues/97#issuecomment-1387352302_

finnlewis commented 1 year ago

@ekes any reason we shouldn't move to mariadb as default in lando?

ekes commented 1 year ago

The only thing I can think of is swapping it might be disruptive for someone? Like you'll loose you db when you rebuild.

As I'm already using it it won't be disruptive to me :)

millnut commented 1 year ago

Correct @ekes it would destroy the database locally and you'll loose the data on a rebuild. However I think we should ensure that we are consistent as ddev uses mariadb so it makes sense for lando to use the same.

@finnlewis maybe we can flag on Slack or the next technical meeting that we are planning to switch to mariadb for lando to ensure consistency with local development tools?