We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The help for si suggests this:
si
drush si --db-url=sqlite://:memory:?module=sqlite Install using SQLite in-memory database, that is not persisted. Useful for testing.
However, that crashes with:
In Connection.php line 1325: [InvalidArgumentException] Minimum requirement: driver://host/database
To Reproduce
ddev drush si --db-url=sqlite://:memory:?module=sqlite
Expected behavior Installed Drupal.
Actual behavior Crashed.
Workaround Is there another way to do the desired action?
Additional information Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I can reproduce this. Hope someone can find a fix in docs and/or code.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The help for
si
suggests this:However, that crashes with:
To Reproduce
ddev drush si --db-url=sqlite://:memory:?module=sqlite
Expected behavior
Installed Drupal.
Actual behavior
Crashed.
Workaround
Is there another way to do the desired action?
System Configuration
Additional information
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: