Skip to content

CapistranoDBDumper is a Capistrano Plugin that adds functionality to dump your entire production database into development for testing.

License

Notifications You must be signed in to change notification settings

seebq/capistrano_db_dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CapistranoDBDumper: A Capistrano Plugin
====================================

CapistranoDBDumper is a Capistrano Plugin that adds functionality to dump your entire production database into development for testing.


Setup
=====

Install the plugin:

$ script/plugin install git://github.com/seebq/capistrano_db_dumper.git

CapistranoDBDumper requires the following variables:

set :domain, "example.com"
set :user, "deploy"
set :database_username, "root"
set :database_password, ""

Simply define them in your capistrano config/deploy.rb.


Example
=======

After installation and adding the appropriate variables:

$ cap db_dumper:import


Contributors
============

Credits go to Derek Haynes <[email protected]> for the original idea and first (horrible) implementation.


Copyright (c) 2008 Charles Brian Quinn <[email protected]>, released under the MIT license

About

CapistranoDBDumper is a Capistrano Plugin that adds functionality to dump your entire production database into development for testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages