welaika / wordmove

Multi-stage command line deploy/mirroring and task runner for Wordpress
https://wptools.it/wordmove
MIT License
1.87k stars 165 forks source link

Failed to create shell on gzip with wpengine SSH #526

Closed kLOsk closed 4 years ago

kLOsk commented 5 years ago

Guys, I'm trying to run wordmove on a WPEngine staging site. Haven't tried it since they added SSH on their basic plans, however I get an error as shown below. Anyone know if this can be fixed? gzip is installed on the instance, so i'm not sure why it fails. Anyone successfully uses wordmove on WPE these days?

remote_run': Error code 1 returned by command "gzip -9 -f "/home/wpe-user/sites/mo (Wordmove::ShellCommandError)l"": Failed to create shell

alessandro-fazzi commented 5 years ago

Hi @kLOsk ,

it seems to me that you have not gzip command on the remote host. Is it possible? Have you tried to connect by console and run gzip from there?

kLOsk commented 5 years ago

I thought so too, but I can execute it without problems when logging in via SSH. You have a WPEngine account available for testing?

alessandro-fazzi commented 5 years ago

Nope, I'm sorry 🤷‍♂

kLOsk commented 5 years ago
wpe-user@mombizstaging.ssh.wpengine.net:~$ gzip
gzip: compressed data not written to a terminal. Use -f to force compression.
For help, type: gzip -h
wpe-user@mombizstaging.ssh.wpengine.net:~$ 

Looks normal? Is it possible to disable sql compression?

alessandro-fazzi commented 5 years ago

Would be great to know if it is related to #528

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.