Hi.
I would like to produce human-readable diffs of my db dumps with git, on my dev environment..
However, the db dumps produced by backup_migrate put a lot of stuff in one line.

What about an optional feature to have a db dump with nice linebreaks?
Also, what about optionally having one file per table, to get even more diff options..?

Thanks!

Comments

ronan’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

I understand the desirability of this, but I've chosen efficiency of backup and restoring instead.

donquixote’s picture

FYI:
In the meantime I created
https://drupal.org/project/nicedpq
I did not really measure the performance implications, though..
and not even sure it would fit here.

donquixote’s picture

FYI:
In the meantime I created
https://drupal.org/project/nicedpq
I did not really measure the performance implications, though..
and not even sure it would fit here.