-
Notifications
You must be signed in to change notification settings - Fork 397
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
Get "Query failed." during drush sql-sync in blt local:refresh #914
Comments
@geerlingguy Can you share the verbose output that displays the drush command BLT is actually executing? |
|
So... maybe a corrupt backup being imported? |
Drush versions are |
8.6.6 didn't fix it—same issue, same place. |
To add a little more madness... On one of my Macs, everything is working fine. On the Mac I'm using now, and another developer's Mac, we're getting this 'Query failed' error. |
This is still working on my other Mac (the one it's always been working on) after running Maybe it's something laying dormant in the |
I'm going to run |
AHA! I think I'm onto something... diffing the output gets me:
So it looks like on the working machine, it's finding the |
Found the issue! Previously, it seems the
@grasmash - I think we can close this... but could there have been a change in 8.6.6 or the last couple days that might've caused this latent issue? |
The fix was:
|
Shouldn't this have been in project.local.yml? |
Maybe so... hmm. Did BLT formerly include |
It get generated during initial setup, I think when you run |
@grasmash - Ah... after the first time one dev runs |
Oh, the intention is that every dev runs |
Ah, didn't realize that. I think we can close this out, as at least it's all documented in the issue for anyone else hitting the same error. It's still annoying that Drush outputs this and not something slightly more helpful. |
My system information:
When I run this command:
I get the following output:
And I expected this to happen:
The local environment refresh should've worked.
If I run either of the following commands, everything works:
The text was updated successfully, but these errors were encountered: