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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: