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

Fix: DDEV + WSL2 Local Development Database Import Error #1746

Conversation

enteresanlikk
Copy link

Motivation
Fixes #1745
Running 1 site instead of multisite in my environment with DDEV and WSL2.

Proposed changes
Add IS_LOCAL environment control for import database operation in DDEV and WSL2 environment.

@github-actions github-actions bot added the bug Something isn't working label May 29, 2024
Copy link

codecov bot commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.74%. Comparing base (2dcd312) to head (60b4c1c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1746   +/-   ##
=========================================
  Coverage     91.74%   91.74%           
- Complexity     1816     1817    +1     
=========================================
  Files           121      121           
  Lines          6518     6518           
=========================================
  Hits           5980     5980           
  Misses          538      538           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

Try the dev build for this PR: https://acquia-cli.s3.amazonaws.com/build/pr/1746/acli.phar

curl -OL https://acquia-cli.s3.amazonaws.com/build/pr/1746/acli.phar
chmod +x acli.phar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLI-1346: DDEV + WSL2 Local Development Database Import Error
1 participant