diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-18 13:27:52 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-18 13:27:52 +0300 |
commit | a769662f18fde1e590dc49b422853691b9cabc1d (patch) | |
tree | 9bf87f8303243fdcc794e73799b0a2b9831e4047 /lib/tasks | |
parent | e79ab4bdb92cc645d399a9150f4c7e3b9a5e2e46 (diff) | |
download | gitlab-ce-a769662f18fde1e590dc49b422853691b9cabc1d.tar.gz |
Invoke shell setup after backup restore
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/gitlab/backup.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/gitlab/backup.rake b/lib/tasks/gitlab/backup.rake index ad6ba43049c..f98aa54503d 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 ... " |