Commit 9d90b32d authored by Kassio Borges's avatar Kassio Borges Committed by Mike Jang

Documentation about LFS authentication on import

Add a note about the precedence of the `.lfsconfig` authentication data
on Project import.
parent 581e0829
...@@ -30,6 +30,12 @@ repository is too large the import can timeout. ...@@ -30,6 +30,12 @@ repository is too large the import can timeout.
There is also the option of [connecting your external repository to get CI/CD benefits](../../../ci/ci_cd_for_external_repos/index.md). **(PREMIUM)** There is also the option of [connecting your external repository to get CI/CD benefits](../../../ci/ci_cd_for_external_repos/index.md). **(PREMIUM)**
## LFS authentication
When importing a project that contains LFS objects, if the project has an
`.lfsconfig` file with the user/password set on the URL, this authentication
information will take precedence over the import authentication data.
## Migrating from self-managed GitLab to GitLab.com ## Migrating from self-managed GitLab to GitLab.com
If you only need to migrate Git repos, you can [import each project by URL](repo_by_url.md). Issues and merge requests can't be imported. If you only need to migrate Git repos, you can [import each project by URL](repo_by_url.md). Issues and merge requests can't be imported.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment