mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
update docs
This commit is contained in:
committed by
Achilleas Pipinellis
parent
e6ab0346f2
commit
604fb8bdca
@@ -3,48 +3,46 @@
|
||||
Existing projects running on any GitLab instance or GitLab.com can be exported
|
||||
with all its related data and moved into a new GitLab instance.
|
||||
|
||||
## Requirements
|
||||
|
||||
- You will need at least GitLab version 8.9 running on both instances
|
||||
- Importing may not be possible if the import instance version is lower
|
||||
than the exporter.
|
||||
>**Note:**
|
||||
- This feature was [introduced][ce-3050] in GitLab 8.9
|
||||
- Importing may not be possible if the import instance version is lower
|
||||
than that of the exporter.
|
||||
|
||||
## Exported contents
|
||||
|
||||
* The following items will be exported:
|
||||
* Project and wiki repositories
|
||||
* Project uploads
|
||||
* Project configuration including web hooks and services
|
||||
* Issues with comments, merge requests with diffs and comments, labels, milestones, snippets,
|
||||
- The following items will be exported:
|
||||
- Project and wiki repositories
|
||||
- Project uploads
|
||||
- Project configuration including web hooks and services
|
||||
- Issues with comments, merge requests with diffs and comments, labels, milestones, snippets,
|
||||
and other project entities
|
||||
* The following items will NOT be exported:
|
||||
* Build traces and artifacts
|
||||
* LFS objects
|
||||
- The following items will NOT be exported:
|
||||
- Build traces and artifacts
|
||||
- LFS objects
|
||||
|
||||
## Exporting a project and its data
|
||||
|
||||
1. Go to the project settings page and find the Export button.
|
||||
1. Go to the project settings page and find the Export button
|
||||
|
||||

|
||||
|
||||
2. Once the export is generated, you should receive an e-mail with a link to download the file.
|
||||
1. Once the export is generated, you should receive an e-mail with a link to download the file
|
||||
|
||||

|
||||
|
||||
3. You can come back to project settings and download the file from there, or delete it so it
|
||||
can be generated again.
|
||||
1. You can come back to project settings and download the file from there, or delete it so it
|
||||
can be generated again
|
||||
|
||||

|
||||
|
||||
## Import
|
||||
## Importing the project
|
||||
|
||||
1. The new GitLab project import feature is at the far right of the import options on New Project.
|
||||
1. The new GitLab project import feature is at the far right of the import options on New Project
|
||||
|
||||

|
||||
|
||||
2. After choosing a namespace or path, you can then select the file prevoiusly exported.
|
||||
1. After choosing a namespace or path, you can then select the file prevoiusly exported
|
||||
|
||||

|
||||
|
||||
|
||||
3. Click on Import and the import now begins and you will see your newly imported project page soon.
|
||||
1. Click on Import and the import now begins and you will see your newly imported project page soon
|
||||
|
||||
Reference in New Issue
Block a user