Read more

Geordi: Use load-dump script to source a database dump into your database

Ulrich Berkmueller
June 11, 2012Software engineer

This script loads a dump into your development database.

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

You can provide the full path to you database dump like this:

load-dump path/to/my.dump

When you call load-dump without any arguments it will show a menu with all dumps in your ~/dumps/ folder.

load-dump

This script is part of our geordi gem on github Show archive.org snapshot .

Posted by Ulrich Berkmueller to makandra dev (2012-06-11 08:28)