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

Unescaped double quotation marks breaking remote mysql commit database command #544

Closed
tomathyg opened this issue Sep 12, 2019 · 1 comment

Comments

@tomathyg
Copy link

I've been using Wordmove for some time without issue but have just run into a problem with a host I haven't used before (WPEngine).

The database push is failing on the final command:

remote mysql --host=127.0.0.1 ... --execute="SET autocommit=0;SOURCE...dump.sql;COMMIT"

However, if I copy and paste the whole command and escape the double quotation marks, it works fine. It also works without escaping them if I log in over SSH and run the command locally.

Is this just a simple fix? Or is there perhaps a mysql option that will sort this?

Regards

Tom

@alessandro-fazzi
Copy link
Member

Please, refer to #528 in order to understand if your problem is related. Other users are using version 4.0.2.pre4 to succesfully work on WPEngine

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

2 participants