diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-06-22 11:31:07 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-06-22 11:31:07 +0200 |
commit | a41b468816e499b96d9dab8f3cc3a41a11bd9ac5 (patch) | |
tree | 0b40741adee7537e06eca2fa38ca95673ece3442 /doc/administration | |
parent | 10016715c1eb5b2eea7b5fbadcd72dc4104f6f49 (diff) | |
download | gitlab-ce-a41b468816e499b96d9dab8f3cc3a41a11bd9ac5.tar.gz |
Add note about the shared directory
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/raketasks/project_import_export.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/administration/raketasks/project_import_export.md b/doc/administration/raketasks/project_import_export.md index c19ad7bfe34..c212059b9d5 100644 --- a/doc/administration/raketasks/project_import_export.md +++ b/doc/administration/raketasks/project_import_export.md @@ -6,6 +6,8 @@ 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'. + - The exports are stored in a temporary [shared directory][tmp] and are deleted + every 24 hours by a specific worker. The GitLab Import/Export version can be checked by using: @@ -28,3 +30,4 @@ bundle exec rake gitlab:import_export:data RAILS_ENV=production ``` [ce-3050]: https://gitlab.com/gitlab-org/gitlab-ce/issues/3050 +[tmp]: ../../development/shared_files.md |