Describe the bug
If you have previously started ddev from this same template, you'll hit an error during ddev start that a project with this name already exists in a stopped state. To avoid that error, users need to update the name: property in .ddev/config.yaml
Include some logs
N/a
Reproducing
- Clone repo (or start a new psh project)
- follow readme for ddev
- stop ddev
- Clone this repo again or create another new psh project based on this repo
- follow readme for ddev
Error:
Failed to get project(s): a project (web container) in exited state already exists for api that was created at /path/to/other/repo
Expected behavior
n/a
Your environment
n/a
Screenshots
No response
Additional context
No response
Describe the bug
If you have previously started ddev from this same template, you'll hit an error during
ddev startthat a project with this name already exists in a stopped state. To avoid that error, users need to update thename:property in.ddev/config.yamlInclude some logs
N/a
Reproducing
Error:
Expected behavior
n/a
Your environment
n/a
Screenshots
No response
Additional context
No response