summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-06-22 11:05:34 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-06-22 11:05:34 +0200
commite023e66c9f60201e7454bd11c7094f12340f1c47 (patch)
tree3d9daccf340c50750d36c282ad6c6dfb94768946
parentc0237a824b714dde69c4697d244a33539f6185d3 (diff)
downloadgitlab-ce-e023e66c9f60201e7454bd11c7094f12340f1c47.tar.gz
Add note about enabling import/export in existing installations
-rw-r--r--doc/administration/raketasks/project_import_export.md2
-rw-r--r--doc/user/project/settings/import_export.md6
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