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 UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
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)