Skip to content

Capistrano task to download a remote database to a local database

License

Notifications You must be signed in to change notification settings

ivaldi/capistrano-db-pull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capistrano DB Pull

Replace your local development database with a database pulled from the server.

Getting Started

  • Add gem capistrano-db-pull to the :development group in your Gemfile
  • Add require 'capistrano/db/pull to your Capfile

How To Use

  • Run cap <STAGE> db:pull, e.g. cap production db:pull to pull your production database

MySQL default username and password

  • Make sure a .my.cnf file is available in your home directory with your MySQL default login settings:
[client]
user=root
password=root

About

Capistrano task to download a remote database to a local database

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages