Hello,
I’m trying to migrate an existing project from a local Gitlab instance hosted on my private server to an instance hosted on Gitlab.com.
I’m following the official guide here.
And it worked just fine, except for one thing : The users.
The users are not migrated, which may be fine, but I can’t see any way to migrate users in the official documentation.
How can I migrate users from my local instance to Gitlab.com ?
My second trouble is that I have some users with a particular ID and those IDs match existing users on Gitlab.com. So, if I migrate my user, I’ll have to change their ID and then when I’ll migrate my project all issues and mentions will be linked to the wrong user.
Is there a way to deal with conflict in user ID ?
Those troubles are really preventing me to migrate my GitLab project.
Thanks for reading and for any answer.