Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-01 09:08:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-01 09:08:03 +0300
commit8f535d9082bb0f10f2ef6b9133dbc77691ace4db (patch)
tree5e8df6512d9c5a5fee8e499b10e5b0817799d4aa /doc/user
parent4346c3ae00a177d8afe73a898514b0edeb43e07d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/group/import/index.md28
1 files changed, 25 insertions, 3 deletions
diff --git a/doc/user/group/import/index.md b/doc/user/group/import/index.md
index 7f55bf56102..2dd5347e5dc 100644
--- a/doc/user/group/import/index.md
+++ b/doc/user/group/import/index.md
@@ -220,6 +220,13 @@ Group items that are migrated to the destination GitLab instance include:
- Already exists in the destination GitLab instance.
- Has a public email in the source GitLab instance that matches a confirmed email in the destination GitLab instance.
+#### Excluded items
+
+Some group items are excluded from migration because they either:
+
+- May contain sensitive information: CI/CD variables, webhooks, and deploy tokens.
+- Are not supported: push rules.
+
### Migrated project items (Beta)
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/267945) in GitLab 14.4 [with a flag](../../feature_flags.md) named `bulk_import_projects`. Disabled by default.
@@ -325,9 +332,24 @@ Setting-related project items that are migrated to the destination GitLab instan
#### Excluded items
-Project items excluded from migration because they contain sensitive information:
-
-- Pipeline triggers.
+Some project items are excluded from migration because they either:
+
+- May contain sensitive information:
+ - CI/CD variables
+ - Deploy keys
+ - Deploy tokens
+ - Pipeline schedule variables
+ - Pipeline triggers
+ - Webhooks
+- Are not supported:
+ - Agents
+ - Container Registry
+ - Environments
+ - Feature flags
+ - Infrastructure Registry
+ - Package Registry
+ - Pages domains
+ - Remote mirrors
### Troubleshooting