Skip to content
Snippets Groups Projects
Commit d5bd61e8 authored by DJ Mountney's avatar DJ Mountney Committed by Ahmad Hassan
Browse files

Output project name before restoring each project repo

parent 4ea9458b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -96,6 +96,7 @@ module Backup
prepare_directories
gitlab_shell = Gitlab::Shell.new
Project.find_each(batch_size: 1000) do |project|
progress.print " * #{project.name} ... "
path_to_project_bundle = path_to_bundle(project)
path_to_project_repo = path_to_repo(project)
project.ensure_storage_path_exists
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment