Commit b929874f authored by Kati Paizee's avatar Kati Paizee

Merge branch 'mkozono-master-patch-78999' into 'master'

Docs: Mention LFS bugs in mirroring doc

See merge request gitlab-org/gitlab!65764
parents 50b7da0f 6c52e096
...@@ -617,3 +617,14 @@ Check if the repository owner is specified in the URL of your mirrored repositor ...@@ -617,3 +617,14 @@ Check if the repository owner is specified in the URL of your mirrored repositor
``` ```
The repository owner is needed for Bitbucket to connect to the repository for mirroring. The repository owner is needed for Bitbucket to connect to the repository for mirroring.
### Pull mirror is missing LFS files
In some cases, pull mirroring does not transfer LFS files. This issue occurs when:
- You use an SSH repository URL. The workaround is to use an HTTPS repository URL instead.
There is [an issue to fix this for SSH URLs](https://gitlab.com/gitlab-org/gitlab/-/issues/11997).
- You're using GitLab 14.0 or older, and the source repository is a public Bitbucket URL.
This was [fixed in GitLab 14.0.6](https://gitlab.com/gitlab-org/gitlab/-/issues/335123).
- You mirror an external repository using object storage.
There is [an issue to fix this](https://gitlab.com/gitlab-org/gitlab/-/issues/335495).
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