Closed diamondfish closed 5 years ago
Do you have gzip installed server side?
Yes, gzip is installed and accessable both on my local computer and the ssh-server.
I met same error. In my case, I set wrong local path in Movefile. It may just be that the path "/cygdrive/c/www/project3/wp-content/" does not exist.
This is a Windows-related issue.
When I run
wordmove push --db --debug
from my Wordpress project folder, I get the following error.My Movefile looks like this:
The ssh connection seems to be working fine. The dump.sql.gz is created, and if i run
wp push --all
all files seems to be copied as well. From this I take that my cygwin setup with the cygwin specific unix-like path is working well with Wordmove. Also sshpass, rsync and all other components are working as well.The file
wp-content/production-backup-1482510178.sql.gz
doesn't exist locally. So I guess the creation of it fails to succeed.What can be wrong? How can I move on with debuggning this? Have anyone experienced something similar?
Thanks in advance, and thanks for a great product which I hope to get to work on my system :)