Commit d5299077 authored by Cleveland Bledsoe Jr's avatar Cleveland Bledsoe Jr Committed by Mike Jang

Update import_export.md with export clarifications

parent c45694df
...@@ -39,8 +39,8 @@ Note the following: ...@@ -39,8 +39,8 @@ Note the following:
The Importing GitLab version must be greater than or equal to the Exporting GitLab version. 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 - Imports will fail unless the import and export GitLab instances are
compatible as described in the [Version history](#version-history). compatible as described in the [Version history](#version-history).
- Exports are stored in a temporary [shared directory](../../../development/shared_files.md) - Exports are generated in your configured `shared_path`, a temporary [shared directory](../../../development/shared_files.md)
and are deleted every 24 hours by a specific worker. and are moved to your configured `uploads_directory`. Every 24 hours, a specific worker deletes these export files.
- Group members are exported as project members, as long as the user has - Group members are exported as project members, as long as the user has
maintainer or administrator access to the group where the exported project lives. maintainer or administrator access to the group where the exported project lives.
- Project members with owner access will be imported as maintainers. - Project members with owner access will be imported as maintainers.
......
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