I want to migrate the group, all sub-groups and projects from gitlab.com to a self contained gitlab instance(local). I can migrate the group and sub-groups but not the projects.
The documentation says this, but I'm not able to 100% understand it:
On self-managed GitLab, migrating project resources are not available by default. To make them available, ask an administrator to enable the feature flag named bulk_import_projects. On GitLab.com, migrating project resources are not available.
link: https://docs.gitlab.com/ee/user/group/import/index.html#migrated-project-resources
This means that I can't migrate from gitlab.com to self contained gitlab?
Is there an automated method that allows me to do this?