-
Notifications
You must be signed in to change notification settings - Fork 57
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
db import doesn't support --ssl flag #218
Comments
The (I ask because also don't know very well this scenario) |
@AdsonCicilioti no, the |
Thanks for the report, @michaelryanmcneill ! It looks like Lines 382 to 393 in 196f4d3
However, Lines 722 to 734 in 196f4d3
It looks like this was added in #123 I think we'll need to adapt |
All |
Bug Report
Summary
Running wp db import with the
--ssl
flag fails to properly connect to the database as expected.How to reproduce
To reproduce, simply attempt to import with a user that requires SSL. For example:
But, if you run
wp db cli --ssl
, you can successfully connect to the database:Environment
Temporary workaround
To temporarily workaround this issue, use
wp db cli --ssl
and then source the file.The text was updated successfully, but these errors were encountered: