Commit 65043631 authored by Mike Jang's avatar Mike Jang

Merge branch 'cleveland-master-patch-33639' into 'master'

Update import_export.md with export clarifications

See merge request gitlab-org/gitlab!58921
parents 409ada30 d5299077
......@@ -39,8 +39,8 @@ Note the following:
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
compatible as described in the [Version history](#version-history).
- Exports are stored in a temporary [shared directory](../../../development/shared_files.md)
and are deleted every 24 hours by a specific worker.
- Exports are generated in your configured `shared_path`, a temporary [shared directory](../../../development/shared_files.md)
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
maintainer or administrator access to the group where the exported project lives.
- 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