Closed theopposablethumb closed 3 weeks ago
I've also tried running lando db-import, and this isn't working either.
It's not available in my list of lando commands...
Brens:brenDrupalNew apple$ lando
Usage: lando
Commands:
lando config Displays the lando configuration
lando destroy Destroys your app
lando exec Runs command(s) on a service
lando info Prints info about your app
lando init Fetched code and/or initializes a Landofile for use with lando
lando list Lists all running lando apps and containers
lando logs Displays logs for your app
lando poweroff Spins down all lando related containers
lando rebuild Rebuilds your app from scratch, preserving data
lando restart Restarts your app
lando start Starts your app
lando stop Stops your app
lando update Updates lando
lando version Displays lando version information
Options:
--channel Sets the update channel [array] [choices: "edge", "none", "stable"]
--clear Clears the lando tasks cache [boolean]
--debug Shows debug output [boolean]
--help Shows lando or delegated command help if applicable [boolean]
--verbose, -v Runs with extra verbosity [count]
Examples:
lando start Run lando start
lando rebuild --help Get help about using the lando rebuild command
lando destroy -y --debug Run lando destroy non-interactively and with maximum verbosity
lando --clear Clear the lando tasks cache
I used this command this morning, so no idea why it should stop working now...
Try this:
lando update -y
lando poweroff
lando destroy
lando --clear
lando start --debug
lando composer install
Keep an eye on the output of lando start --debug
to see if there are any clues about what's failing.
Sounds like a duplicate of https://github.com/lando/cli/issues/296, see steps to fix in https://github.com/lando/core/issues/259
Going to close this out but definitely follow-up if that doesn't work/you have more questions!
Drush has dissappeared from ALL of my local Drupal sites running on lando. I'm also unable to run composer commands.
I've even tried this with a fresh site in a test directory after running lando init, and I get the same issue. output from my terminal... each time I run drush on any existing or new sites I get a response with a list of lando commands and the question "did you mean ssh?"
Running lando composer doesn't do anything. I don't get a response, neither sucess nor fail
I can see a full set of files and directories in my vendor folders for both drush and composer
lando.yml file looks like...
Everything was working perfectly this morning, but for some reason I started getting slow responses from docker, and then I noticed drush and composer commands stopped working completely. I stop and powered down lando and then restarted docker. That fixed the slow response but not drush nor composer are working.
Running lando start does run my site on localhost
I've run lando rebuild in all sites several times, the issue persists.
I've run lando update, the issue persists.
I've destroyed my docker containers and started them again. Even reinstalled docker... the issue persists. I can run my sites on localhost, but drush and composer commands are not working. I installed a new test site again via lando init, following the steps on https://docs.lando.dev/plugins/drupal/getting-started.html fpr Drupal 10, but I get the same problem.