diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-09 16:06:49 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-09 16:06:49 +0000 |
commit | ab6228eafb0e74e7cda3859a11ac6d6e43f56e94 (patch) | |
tree | efc9572f36c17ea146b577e337177c40ba0a73ca /doc | |
parent | e4f0e609bff19840e9466154381e817f0c8c00d9 (diff) | |
parent | a215c8ece97e5a9f83c7d829a99c4225420bba78 (diff) | |
download | gitlab-ce-ab6228eafb0e74e7cda3859a11ac6d6e43f56e94.tar.gz |
Merge branch 'docs/63603-update-project-import-export-docs-to-include-what-exactly-is-imported-exported' into 'master'
Resolve "Update project import/export docs to include what exactly is imported/exported"
Closes #63603
See merge request gitlab-org/gitlab-ce!29987
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/settings/import_export.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/project/settings/import_export.md b/doc/user/project/settings/import_export.md index 819515d7a4c..98bcc7cc09f 100644 --- a/doc/user/project/settings/import_export.md +++ b/doc/user/project/settings/import_export.md @@ -74,6 +74,13 @@ The following items will NOT be exported: - CI variables - Webhooks - Any encrypted tokens +- Merge Request Approvers +- Push Rules +- Awards + +NOTE: **Note:** +For more details on the specific data persisted in a project export, see the +[`import_export.yml`](https://gitlab.com/gitlab-org/gitlab-ee/blob/master/lib/gitlab/import_export/import_export.yml) file. ## Exporting a project and its data |