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

wpcli:db:pull gunzip error #46

Open
timotheemoulin opened this issue Jan 30, 2020 · 0 comments
Open

wpcli:db:pull gunzip error #46

timotheemoulin opened this issue Jan 30, 2020 · 0 comments

Comments

@timotheemoulin
Copy link

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).

This is triggered by the following line

execute :gunzip, "-c", fetch(:wpcli_local_db_file), ">", local_tmp_file

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.

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

1 participant