Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.21.5: ddev pull platform doesn't work with mutagen enabled due to .ddev/.downloads not being synced #4721

Closed
1 task done
rfay opened this issue Mar 6, 2023 · 0 comments

Comments

@rfay
Copy link
Member

rfay commented Mar 6, 2023

Is there an existing issue for this?

  • I have searched the existing issues

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:

$ 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

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.

- name: "pull-push-test-platforms"
pull-push-test-platforms: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant