Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
lando poweroff
lando destroy
docker system prune
lando start
lando pull

Troubleshooting

If you encounter this Windows error after downloading and importing the site's database and content files:

...

Resolving this will require manually creating the symbolic link.

In Git Bash, run the following commands:

Code Block
rm web
Code Block
ln -s docroot web

Proceed again with downloading and importing the site's database and content files:

Code Block
lando pull --code=none --database=dev --files=dev