Closed
Description
Preliminary checklist
- I am using the latest stable version of DDEV (see upgrade guide)
- I have searched existing issues
- I have checked the troubleshooting guide
- I have run
ddev debug test
to include output below
Output of ddev debug test
Expand `ddev debug test` diagnostic information
[COPY-PASTE HERE THE OUTPUT OF `ddev debug test`]
Expected Behavior
At ddev start
, the correct mutagen
and mutagen-agents.tar.gz
should be available in ~/.ddev/bin
Actual Behavior
Slack: https://drupal.slack.com/archives/C5TQRQZRR/p1721753115234839
Something deleted ~/.ddev/mutagen-agents.tar.gz, and as a result mutagen couldn't function, although mutagen --version
works as a test.
Steps To Reproduce
Delete ~/.ddev/bin/mutagen-agents.tar.gz and ddev start
Anything else?
Simple workaround is rm -rf ~/.ddev/bin
and ddev restart
We should be able to fix this by just testing in DownloadMutagenIfNeeded to download if the tarball is missing, and perhaps validate at the end of DownloadMutagen() to make sure the tarball arrived.
Metadata
Metadata
Assignees
Labels
No labels