Skip to content
/ backup Public

Script for load mysql backups from remote to local database

License

Notifications You must be signed in to change notification settings

w00x/backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backup.rb

Script for load databases backups from remote to local database

Prerequisites

  • For postgresql install postgresql-client package

How run it

Install gems

bundle install

Only download backup:

bundle exec ruby backup.rb config_name stage

Download backup and apply in local db:

bundle exec ruby backup.rb config_name stage apply

About

Script for load mysql backups from remote to local database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages