-
Notifications
You must be signed in to change notification settings - Fork 177
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
Net::SCP::Error: SCP No such file or directory #104
Comments
Still broken in 0.6 |
Just wanted to let you know that i had the same issue. Didn't look further in it as the workaround with the |
It worked fine by specifying the entire path:
|
@map7 do you have |
@numbata I think the error here is to assume that |
This even doesn't seem a problem due to a change in THIS repository. I upgraded some unrelated gems in the bundle when I suddenly got this error. I wasn't able to restore the previous behavior because I only discovered this problem later in development. But at least reverting capistrano itself to the last known working version didn't help, neither did reverting sshkit, net-scp, or capistrano-db-tasks fix the problem. So something else must have changed behavior. But the problem is probably still within THIS repo as it depends on some non-defined defaults when it shouldn't (e.g., the working directory). |
When I run capistrano-db-tasks using capistrano 3.7.0 to pull my database with 'cap production db:pull --trace' I get the following error;
The work around is to set my db_dump_dir to "/tmp" instead of "./db" as it cannot find this. I would assume that this ./db directory should be relative to my Rails.root path on the production server but it doesn't seem to be working.
The text was updated successfully, but these errors were encountered: