Commit a769662f18fde1e590dc49b422853691b9cabc1d

Authored by Dmitriy Zaporozhets
1 parent e79ab4bd

Invoke shell setup after backup restore

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
lib/tasks/gitlab/backup.rake
@@ -101,6 +101,7 @@ namespace :gitlab do @@ -101,6 +101,7 @@ namespace :gitlab do
101 Rake::Task["gitlab:backup:db:restore"].invoke 101 Rake::Task["gitlab:backup:db:restore"].invoke
102 Rake::Task["gitlab:backup:repo:restore"].invoke 102 Rake::Task["gitlab:backup:repo:restore"].invoke
103 Rake::Task["gitlab:backup:uploads:restore"].invoke 103 Rake::Task["gitlab:backup:uploads:restore"].invoke
  104 + Rake::Task["gitlab:shell:setup"].invoke
104 105
105 # cleanup: remove tmp files 106 # cleanup: remove tmp files
106 print "Deleting tmp directories ... " 107 print "Deleting tmp directories ... "