Mirroring Git repositories
If you use Git Repos and Issue Tracking for both your source and target repositories (repos), you can use the built-in GitLab mirroring feature. This feature automatically synchronizes your source and target repos. If you use a different Git provider, you must set up your own mirroring solution. Alternatively, to mirror changes in the source repo, manually clone and push your Git repos to the target repo.
If you cannot mirror your projects, you can export and import your projects instead. However, the source and target repos are not synchronized if changes are made to the source repo.
To mirror a Git Repos and Issue Tracking repo, complete the following steps:
-
Create a blank GitLab project in the target repo. Do not initialize this project with a readme file.
-
Create a personal access token with the
write_repository
scope in the target region. Save a copy of this token. -
Use Push mirroring to push the source repo to the target repo:
a. From the source repo, select Settings > Repository.
b. In Mirror repository section of the Repository page, type the URL of the target repo.
c. Select Push to specify the direction of the mirror.
d. Select Password to use the password authentication method.
e. Type the personal access token that you created in step 2.
f. Click Mirror repository to start the mirroring process. It might take up to five minutes for the process to start.
-
In the target region, locate the mirror of your repo to verify that it was successfully mirrored.