Commit 6fa714ee authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'docs-ctrt-project-import-export' into 'master'

CTRT edits for project import export doc

See merge request gitlab-org/gitlab!76894
parents aeb6ed9c 6802a6da
...@@ -16,7 +16,7 @@ There are several ways to import a project. ...@@ -16,7 +16,7 @@ There are several ways to import a project.
### Importing via UI ### Importing via UI
The first option is to simply [import the Project tarball file via the GitLab UI](../user/project/settings/import_export.md#import-the-project): The first option is to simply [import the Project tarball file via the GitLab UI](../user/project/settings/import_export.md#import-a-project-and-its-data):
1. Create the group `qa-perf-testing` 1. Create the group `qa-perf-testing`
1. Import the [GitLab FOSS project tarball](https://gitlab.com/gitlab-org/quality/performance-data/-/blob/master/projects_export/gitlabhq_export.tar.gz) into the Group. 1. Import the [GitLab FOSS project tarball](https://gitlab.com/gitlab-org/quality/performance-data/-/blob/master/projects_export/gitlabhq_export.tar.gz) into the Group.
......
...@@ -70,7 +70,7 @@ To back up an entire project on GitLab.com, you can export it either: ...@@ -70,7 +70,7 @@ To back up an entire project on GitLab.com, you can export it either:
can also use the API to programmatically upload exports to a storage platform, can also use the API to programmatically upload exports to a storage platform,
such as Amazon S3. such as Amazon S3.
With exports, be aware of [what is and is not](../project/settings/import_export.md#exported-contents) With exports, be aware of [what is and is not](../project/settings/import_export.md#items-that-are-exported)
included in a project export. included in a project export.
GitLab is built on Git, so you can back up just the repository of a project by GitLab is built on Git, so you can back up just the repository of a project by
......
...@@ -42,7 +42,10 @@ However, you can't import issues and merge requests this way. To retain all meta ...@@ -42,7 +42,10 @@ However, you can't import issues and merge requests this way. To retain all meta
merge requests, use the [import/export feature](../settings/import_export.md) merge requests, use the [import/export feature](../settings/import_export.md)
to export projects from self-managed GitLab and import those projects into GitLab.com. All GitLab to export projects from self-managed GitLab and import those projects into GitLab.com. All GitLab
user associations (such as comment author) are changed to the user importing the project. For more user associations (such as comment author) are changed to the user importing the project. For more
information, see [the import notes](../settings/import_export.md#important-notes). information, see the prerequisites and imporant notes in these sections:
- [Export a project and its data](../settings/import_export.md#export-a-project-and-its-data).
- [Import the project](../settings/import_export.md#import-a-project-and-its-data).
NOTE: NOTE:
When migrating to GitLab.com, you must create users manually unless [SCIM](../../../user/group/saml_sso/scim_setup.md) When migrating to GitLab.com, you must create users manually unless [SCIM](../../../user/group/saml_sso/scim_setup.md)
...@@ -56,7 +59,7 @@ Migrate the assets in this order: ...@@ -56,7 +59,7 @@ Migrate the assets in this order:
1. [Projects](../../../api/projects.md) 1. [Projects](../../../api/projects.md)
1. [Project variables](../../../api/project_level_variables.md) 1. [Project variables](../../../api/project_level_variables.md)
Keep in mind the limitations of the [import/export feature](../settings/import_export.md#exported-contents). Keep in mind the limitations of the [import/export feature](../settings/import_export.md#items-that-are-exported).
You must still migrate your [Container Registry](../../packages/container_registry/) You must still migrate your [Container Registry](../../packages/container_registry/)
over a series of Docker pulls and pushes. Re-run any CI pipelines to retrieve any build artifacts. over a series of Docker pulls and pushes. Re-run any CI pipelines to retrieve any build artifacts.
......
This diff is collapsed.
...@@ -324,7 +324,7 @@ Enable [Service Desk](../service_desk.md) for your project to offer customer sup ...@@ -324,7 +324,7 @@ Enable [Service Desk](../service_desk.md) for your project to offer customer sup
### Export project ### Export project
Learn how to [export a project](import_export.md#import-the-project) in GitLab. Learn how to [export a project](import_export.md#import-a-project-and-its-data) in GitLab.
### Advanced settings ### Advanced settings
......
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