ogom / cookbook-gitlab

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

Stop database on update #20

Closed g3d closed 11 years ago

g3d commented 11 years ago

Stop database during update. Fixes issue #19

ogom commented 11 years ago

Use database_adapter to stop the database.

# Stop database
service gitlab['database_adapter'] do
  action :stop
end
g3d commented 11 years ago

Sorry, wrong commit :( I'll force correct, database agnostic version.

ogom commented 11 years ago

Thank you.