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
Hello,
When I try to use the wpcli:db:pull command to dump the remote database, I always end up having this issue :
gunzip -c var/dump/wpcli_database.sql.gz > var/dump/wpcli_database.sql
Specified filename cannot be found
Or something similar (original error in French).
Hello,
When I try to use the
wpcli:db:pull
command to dump the remote database, I always end up having this issue :This is triggered by the following line
capistrano-wpcli/lib/capistrano/tasks/wpdb.rake
Line 67 in 8c00be9
If I run the exact same command from my shell, everything goes well.
I'm using Windows 10 with Gitbash to connect over SSH on a Linux server. No
dev
role is configured.The text was updated successfully, but these errors were encountered: