diff options
author | James Lopez <james@jameslopez.es> | 2017-02-01 12:09:02 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2017-02-07 11:06:05 +0100 |
commit | 8409340b3b3c6e57285a30a585c1f6fb957cd6da (patch) | |
tree | cfa36c750654c2f7b8caa81f30801f5b41583fcd /doc/user/project | |
parent | 572fb0be9b1d45437b7c0ed1000399657f471ec7 (diff) | |
download | gitlab-ce-8409340b3b3c6e57285a30a585c1f6fb957cd6da.tar.gz |
Add missing group members to export for I/Efix/import-group-members
Diffstat (limited to 'doc/user/project')
-rw-r--r-- | doc/user/project/settings/import_export.md | 7 |
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 | |