From a769662f18fde1e590dc49b422853691b9cabc1d Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 18 Apr 2013 13:27:52 +0300 Subject: [PATCH] Invoke shell setup after backup restore --- lib/tasks/gitlab/backup.rake | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/lib/tasks/gitlab/backup.rake b/lib/tasks/gitlab/backup.rake index ad6ba43..f98aa54 100644 --- a/lib/tasks/gitlab/backup.rake +++ b/lib/tasks/gitlab/backup.rake @@ -101,6 +101,7 @@ namespace :gitlab do Rake::Task["gitlab:backup:db:restore"].invoke Rake::Task["gitlab:backup:repo:restore"].invoke Rake::Task["gitlab:backup:uploads:restore"].invoke + Rake::Task["gitlab:shell:setup"].invoke # cleanup: remove tmp files print "Deleting tmp directories ... " -- libgit2 0.21.2