Skip to content
Update Gitlab Migrations authored by Michael Datz's avatar Michael Datz
......@@ -17,7 +17,7 @@ Starting at version 13, group export has been deprecated in favor of this proces
5. Fill in the details for the group, including the https URL and access token.
6. The group will be imported after a few minutes.
## Group Export
### Group Export
If the clients' self-managed instance is not accessible by HTTPS, you must follow this process. It involves taking archive downloads of each group and project you want to migrate over. The process is generally the same for groups and projects
1. From the source instance, you will need to be an Administrator or an Owner of the project/group. The items will be downloaded as zip files.
2. Find the project/group you are looking for, select on the left Settings > General > Advanced
......@@ -29,14 +29,14 @@ If the clients' self-managed instance is not accessible by HTTPS, you must follo
8. Fill in the details for the group
9. The group will be imported after a few minutes
## Project Migration (API)
### Project Migration (API)
1. On the source instance, create a personal access token. Give yourself all permissions to keep things simple. Save the token to your clipboard, we will use it later.
2. On the destination instance, click on New Project.
3. Select Import Project and then Repository by URL.
5. Fill in the details for the project, including the https URL and access token.
6. The project will be imported after a few minutes.
## Project Export
### Project Export
1. On the source instance, go to the project and select Settings > General > Advanced > Export Project. This downloads the compressed group to your computer.
2. On the destination instance click on New Project.
3. Select Import Project
......
......