Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrating to Gitlab.com #16

Open
chraibi opened this issue Dec 20, 2016 · 0 comments
Open

Migrating to Gitlab.com #16

chraibi opened this issue Dec 20, 2016 · 0 comments

Comments

@chraibi
Copy link
Contributor

chraibi commented Dec 20, 2016

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant