capistrano-db-tasks icon indicating copy to clipboard operation
capistrano-db-tasks copied to clipboard

Add capistrano tasks for syncing remote and local database

Results 50 capistrano-db-tasks issues
Sort by recently updated
recently updated
newest added

So strange. When I set the value of `db_dump_dir` to `./db`, I alway got the error message. ``` Exception while executing on host xxx.xxx.xxx.xxx: SCP did not finish successfully (1):...

Hi, Sorry for that looooooong black out. I don't use rails so much but I'd like to know if it make sense to make an update these days (from all...

This commit breaks it https://github.com/sgruhier/capistrano-db-tasks/commit/6cae7ceada81035d3d422e7c413d3d8090edd45e

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; ``` Net::SCP::Error: SCP did not finish successfully (1): scp:...

fixes #50 Hello @sgruhier @numbata @jstewart ..., I think in some situation we just want to backup the remote database and download the backup file without sync the data to...

`set :db_remote_clean, true` removes the db dump file before the scp happens. That's a problem.

Re: [#127 - Strip adapter check?](https://github.com/sgruhier/capistrano-db-tasks/issues/127) - checking the adapter name should still work if it contains space

I noticed that the gem was failing for me with a particular application and I found that stripping whitespace from the adapter check fixed it for me: ```ruby def mysql?...

This is a very cool gem, thanks for the author. I think sometimes many people would like to just download the *.sql file from the remote database for backup and...