Skip to content

Migrating to Gitlab.com #16

Open
Open
@chraibi

Description

@chraibi

Hi,
just wanted to ask if you already have experience with migrating to Gitlab.com.

I just tried to migrate a dummy project. It seems that reading from Gitlab.com is ok, however creating projects hangs.

screen shot 2016-12-20 at 09 26 34

After some debugging I found that this LINE blocks

users_dst = gitlab_dst.users.auto_paginate

Makes sense somehow. Gitlab.com has >100K users. ^^

Therefore, looping over users and groups should be avoided.

Managed to migrate one project, but had to make API calls with curl to get e.g. group id on Gitlab.com and Users id, and do the user mapping manually.

Not so nice. Any thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions