diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/raketasks/project_import_export.md | 2 | ||||
-rw-r--r-- | doc/user/project/settings/import_export.md | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/administration/raketasks/project_import_export.md b/doc/administration/raketasks/project_import_export.md index f64f10d3260..c19ad7bfe34 100644 --- a/doc/administration/raketasks/project_import_export.md +++ b/doc/administration/raketasks/project_import_export.md @@ -5,7 +5,7 @@ - Importing will not be possible if the import instance version is lower than that of the exporter. - For existing installations, the project import option has to be enabled in - application settings (admin area). + application settings (`/admin/application_settings`) under 'Import sources'. The GitLab Import/Export version can be checked by using: diff --git a/doc/user/project/settings/import_export.md b/doc/user/project/settings/import_export.md index 7cc31e9dc4e..fa82d49172a 100644 --- a/doc/user/project/settings/import_export.md +++ b/doc/user/project/settings/import_export.md @@ -4,8 +4,12 @@ - This feature was [introduced][ce-3050] in GitLab 8.9 - Importing will not be possible if the import instance version is lower than that of the exporter. + - For existing installations, the project import option has to be enabled in + application settings (`/admin/application_settings`) under 'Import sources'. + Ask your administrator if you don't see the **GitLab export** button when + creating a new project. - You can find some useful raketasks if you are an administrator in the - [project_import_export](../../../administration/raketasks/project_import_export.md) + [import_export](../../../administration/raketasks/project_import_export.md) raketask. Existing projects running on any GitLab instance or GitLab.com can be exported |