dockerddev

How to relocate DDEV project that was moved to different directory?


Scenario

Unable to get project(s): stat /home/old-path/project-name: no such file or directory

Question

Which steps are required in order to "relocate" the directory and get DDEV up and running again?


Solution

  • Please ddev stop --unlist <project> to stop (and forget) the project, then ddev start in the new directory.

    This is also in the FAQ.