-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Running drush sql-cli or sql-drop using --target fails in Drupal 8 #2137
Labels
Comments
Can't reproduce the problem with sql-drop using a non-default --target. Working fine here. |
@weitzman real quick... I know I forgot to add my drush version. I'm using 8.0.5. are we testing on the same version. If not, let me test on the version you are on. |
I'm using master branch. If installing via composer, use 'dev-master' version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
my settings.php has the following:
In this case doing
drush sql-drop --target=default -y
works. However doingdrush sql-drop --target=migrate
provides me with an exceptionthe "upgrade" database does exist and the credentials are correct.
The text was updated successfully, but these errors were encountered: