Closed beau-townsend closed 1 month ago
Yes, the cert errors are releated. The service's build process stops when it hits those errors, so it never gets to the point where it would normally install drush. A fix is in the works, but you could try this workaround in the mean time: https://github.com/lando/pantheon/issues/261#issuecomment-2415251135
Bingo! Thank you! That worked a treat. I really appreciate the rapid workaround.
will be shipping out an update momentarily as well!
This should now be fixed in v1.6.0. Get it with lando update
.
Updated and it's working. Thanks for the quick fix!
Using the same Pantheon recipe lando file that I've been using for several years, I can no longer use drush. I receive the error "/bin/sh: 1: drush: not found" when I execute
lando drush
.Attempting to execute
lando drush sa
result sin the error "OCI runtime exec failed: exec failed: unable to start container process: exec: "drush": executable file not found in $PATH: unknown"I'm using Linux Mint. Here are the contents of my lando file:
I did SSH into the instance and found that there is no drush command under
/usr/bin
nor/usr/local/bin
.When executing
lando
I do seelando drush
as an available command..I did try to destroy and rebuild the instance, but no luck. I don't know if these are related, but rebuild produces several certificate related errors:
I recently had another related certificate issues that I was able to resolve here: https://github.com/lando/core/issues/225
My use case is that I frequently use
terminus alias
, which does still works, in conjunction withlando drush sa
in order to execute scripts against multiple sites on Pantheon. Usually in the form of:I appreciate any help on this matter. Is it possible to roll back to a prior version of lando?
Thanks!