Commit 81564f14 authored by Mike Jang's avatar Mike Jang

Merge branch 'mjang-export-functionality-permissions' into 'master'

Highlight exports on the import / export doc

See merge request gitlab-org/gitlab!47028
parents 2fc1130f c642cb26
......@@ -32,6 +32,9 @@ To set up a project import/export:
Note the following:
- Before you can import a project, you need to export the data first.
See [Exporting a project and its data](#exporting-a-project-and-its-data)
for how you can export a project through the UI.
- Imports from a newer version of GitLab are not supported.
The Importing GitLab version must be greater than or equal to the Exporting GitLab version.
- Imports will fail unless the import and export GitLab instances are
......@@ -129,6 +132,11 @@ For more details on the specific data persisted in a project export, see the
## Exporting a project and its data
Full project export functionality is limited to project maintainers and owners.
You can configure such functionality through [project settings](index.md):
To export a project and its data, follow these steps:
1. Go to your project's homepage.
1. Click **Settings** in the sidebar.
......
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