scor / dgb

Drupal Git Backup (dgb) script for backing up Drupal sites with Git and Drush
46 stars 6 forks source link

Commit Messages not working #10

Open shnifti opened 10 years ago

shnifti commented 10 years ago

Hi buddy, It just puts me "1" as commit messages when doing something like drush @dev dgb-backup --m "test commit message" Any hints of that?

Can I just do drush @dev dgb-dump and git commit -a -m "test commit message" <- this way it seem to work for me.

Where is this bug coming from? Is my drush version to old?

By the way do you have a suggestion how to do my stage/production deployments?

Since now I used drush db- and folder sync modes. Still would like to use git or dgb. Maybe doing one repo for live and one for stage? Whats your opinion on this

thanks in advance and kind regards,

Shnifti