You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v1.21.5, the mutagen.yml was changed to exclude .ddev/.downloads, assuming it didn't need to be used. So now with mutagen enabled, at least ddev pull platform doesn't work:
$ ddev pull platform
You're about to delete the current database and files and replace with the results of a fresh pull.
Would you like to continue? [Y/n] (yes):
Authenticating...
Obtaining databases...
[InvalidArgumentException]
Directory not found: /var/www/html/.ddev/.downloads
TestPlatformPull didn't catch this problem because it's only done in the pull-push-test-platforms test. Perhaps we should run that with and without mutagen.
Is there an existing issue for this?
Run a Diagnostic and Paste Link Here
No response
Expected Behavior
ddev pull platform
should "just work"Actual Behavior
In v1.21.5, the mutagen.yml was changed to exclude .ddev/.downloads, assuming it didn't need to be used. So now with mutagen enabled, at least
ddev pull platform
doesn't work:This change happened in
Anything else?
TestPlatformPull didn't catch this problem because it's only done in the pull-push-test-platforms test. Perhaps we should run that with and without mutagen.
ddev/.github/workflows/tests.yml
Lines 57 to 58 in c298b5c
The text was updated successfully, but these errors were encountered: