After upgrade to RC11:
lando ssh returns:
sh: 0: getcwd() failed: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
and the consequence is lando wp db import filename.sqldoesn't works.
It returns Pass --path=path/to/wordpress or run wp core download.
I was able to import SQL DB using:
lando ssh
wp db import filename.sql --path=../app
It happens only in one project. All my recipes are identical. Any idea?
Thank you
@davideprevosto ive seen other people restart docker to resolve issues like this. I think it could be an upstream issue there and not specific to lando.
@pirog you're totally right. thank you.
Most helpful comment
@davideprevosto ive seen other people restart docker to resolve issues like this. I think it could be an upstream issue there and not specific to lando.