/home/old-path/project-name
to /home/new-path/project-name
ddev start
in new location shows the following errorUnable to get project(s): stat /home/old-path/project-name: no such file or directory
Which steps are required in order to "relocate" the directory and get DDEV up and running again?
Please ddev stop --unlist <project>
to stop (and forget) the project, then ddev start
in the new directory.
This is also in the FAQ.