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
This may be a feature request and not an issue. I'm not sure if it is supposed to work at the moment. :)
cal$ terminus wp db export --site=cals-blog
Running drush db export on cals-blog-dev
mysqldump: Can't create/write to file 'pantheon.sql' (Errcode: 13)
Cheers!
=C=
The text was updated successfully, but these errors were encountered:
The default "write to file" won't work because it's running remotely, but it's possible to pipe to STDOUT, which means you can run:
$ terminus wp db export - --site=cals-blog > localfile.sql
I verified this works on my own blog, but let me know if you run into any issues. I should add a section to the readme for these kinds of remote wpcli/drush gotchas.
This may be a feature request and not an issue. I'm not sure if it is supposed to work at the moment. :)
cal$ terminus wp db export --site=cals-blog
Running drush db export on cals-blog-dev
mysqldump: Can't create/write to file 'pantheon.sql' (Errcode: 13)
Cheers!
=C=
The text was updated successfully, but these errors were encountered: