Completely remove DDEV from your computer
By Mike Street
I recently ran into an issue with DDEV 1.25 and was upgrading and downgrading between the two versions to test, check and verify.
Eventually, my DDEV got confused and started producing 404s. With mixed version images & config, I wanted to remove everything and start again.
With the help of Claude, I created a bash script which will run through and delete every DDEV related configuration.
Steps
- Copy the contents or download the zip
- Make the file executeable -
cd path/to/fileandchmod +x ./remove-ddev.sh - Run the script
./remove-ddev.sh- there is--helpand--dry-runflags available