webksde / ddev-vscode-devcontainer-drupal-template

Drupal DDEV based development container with attached Visual Studio Code
22 stars 3 forks source link

Unable to setup ddev-vscode-drupal because of a mariadb version error #170

Closed thomasfrobieter closed 2 weeks ago

thomasfrobieter commented 2 weeks ago

unable to configure project ddev-vscode-drupal with database type mariadb:10.11 because that database type does not match the current actual database. Please change your database type back to mariadb:10.4 and start again, export, delete, and then change configuration and start. To get back to existing type use 'ddev config --database=mariadb:10.4', and you can try a migration with 'ddev debug migrate-database mariadb:10.11' see docs at https://ddev.readthedocs.io/en/stable/users/extend/database-types/ Failed to run drowl-init.sh ; error=exit status 1

I've used the quickstart command git clone https://github.com/webksde/ddev-vscode-devcontainer-drupal-template.git ddev-vscode-drupal && cd ddev-vscode-drupal && ddev drowl-init

thomasfrobieter commented 2 weeks ago

Cleaned up my DDEV projects, worked well afterward => closed.