Releases: sgruhier/capistrano-db-tasks
Releases · sgruhier/capistrano-db-tasks
v0.6
v0.5
- Fixed iteration on remote/local assets dir #98 (@elthariel)
- Fetch :user property on server #97 (@elthariel)
- Add support of ENV['DATABASE_URL'] #54 #70 #99 (@numbata, @fabn, @donbobka, @ktaragorn, @markgandolfo, @leifcr, @elthariel)
- Specify database for pg_terminate_backend #93 (@stevenchanin)
- Show local execution failure log #89 (@dtaniwaki)
- Add postigs to allowed PG adapters #91 (@matfiz)
- Added database name to --ignore-table statements for MySQL #76 (@km-digitalpatrioten)
- Add :db_ignore_tables option #65 (@rdeshpande)
- Update README.markdown #67 (@alexbrinkman)
- Using gzip instead of bzip2 (configurable) #48 #59 (@numbata)
v0.4
- Set correct username for pg connection #55 (@numbata)
- Protect remote server from pushing #51 (@IntractableQuery)
- Use stage name as rails_env #49 (@bronislav)
- Remove local db dump after db:push if db_local_clean is set #47 (@pugetive)
- Fixed app:pull and app:push tasks #42 (@iamdeuterium)
- Added space between -p and the password #41 (@iamdeuterium)
- Add option to skip data synchronization prompt question #37 (@rafaelsales)
- Add option to remove remote dump file after downloading to local #36 (@rafaelsales)
- Use port option from database.yml #35 (@numbata)
- Use heroku dump/restore arguments for postgresql #26 (@mdpatrick)