summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-02-07 11:59:56 +0000
committerRémy Coutable <remy@rymai.me>2017-02-07 11:59:56 +0000
commit95a3e2da9b75ac30ff95f3bf6018d200204f6af6 (patch)
treec2186619306f8c88ce428699f47851966296edec /doc/user
parentf88672b02c95b1cd93a9e40a76109c23bf1f20fa (diff)
parent8409340b3b3c6e57285a30a585c1f6fb957cd6da (diff)
downloadgitlab-ce-95a3e2da9b75ac30ff95f3bf6018d200204f6af6.tar.gz
Merge branch 'fix/import-group-members' into 'master'
Fix missing group members from Import/Export Closes #25124 See merge request !8923
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/settings/import_export.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/user/project/settings/import_export.md b/doc/user/project/settings/import_export.md
index cb1c1a84f8c..be042ddf623 100644
--- a/doc/user/project/settings/import_export.md
+++ b/doc/user/project/settings/import_export.md
@@ -14,6 +14,11 @@
> raketask.
> - The exports are stored in a temporary [shared directory][tmp] and are deleted
> every 24 hours by a specific worker.
+> - Group members will get exported as project members, as long as the user has
+> master or admin access to the group where the exported project lives. An admin
+> in the import side is required to map the users, based on email or username.
+> Otherwise, a supplementary comment is left to mention the original author and
+> the MRs, notes or issues will be owned by the importer.
Existing projects running on any GitLab instance or GitLab.com can be exported
with all their related data and be moved into a new GitLab instance.
@@ -22,7 +27,7 @@ with all their related data and be moved into a new GitLab instance.
| GitLab version | Import/Export version |
| -------- | -------- |
-| 8.16.2 to current | 0.1.6 |
+| 8.17.0 to current | 0.1.6 |
| 8.13.0 | 0.1.5 |
| 8.12.0 | 0.1.4 |
| 8.10.3 | 0.1.3 |