An error occurred while fetching the assigned milestone of the selected merge_request.
Traversal ids queries
7 unresolved threads
7 unresolved threads
Compare changes
- Ben Prescott_ authored
+ 48
− 2
@@ -47,7 +47,9 @@ This method will take longer to import than the other methods and will depend on
@@ -47,7 +47,9 @@ This method will take longer to import than the other methods and will depend on
[`import.rake`](https://gitlab.com/gitlab-org/gitlab/blob/master/lib/tasks/gitlab/import_export/import.rake) was introduced for importing large GitLab project exports.
As part of this script we also disable direct and background upload to avoid situations where a huge archive is being uploaded to GCS (while being inside a transaction, which can cause idle transaction timeouts).
@@ -63,9 +65,53 @@ Parameters:
@@ -63,9 +65,53 @@ Parameters:
bundle exec rake "gitlab:import_export:import[root, root, testingprojectimport, /path/to/file.tar.gz]"