ogom / cookbook-gitlab

Chef's Cookbook for GitLab
33 stars 15 forks source link

Fix: bundle exec rake gitlab:backup:create RAILS_ENV=production exec #15

Closed jakshi closed 11 years ago

jakshi commented 11 years ago

bundle exec rake gitlab:backup:create RAILS_ENV=production needs LOCK TABLES rights for gitlab mysql user to backup gitlab DB.

ogom commented 11 years ago

Thank you It is necessary LOCK TABLES.

jakshi commented 11 years ago

Thank you too :) You made great gitlab chef cookbook.