Hi,
Im migrating from old gitlab version instance to a new gitlab version instance .
Because of a very old gitlab version that i had, i dicieded creating a new gitlab instance over upgrading.
I have copule of questions:
-
I check in documentaion and found that MR can be migrated . The only close thing that i can do is to:
a. using the GET api, export the MR to json
b. using the POST api,create new MR in the new instance and plant the title/description/sourcebranch/targetbranch from the exported json .
Am i right ? -
I want to migrate users, can we do it ? if no , let’s say i create a user that is idendical to the user i had in the old instance(same name same email same username). When new gitlab are using this user, for example in the git commit description, any chance of overriding data ? or from gitlab view the new user has nothing to and old users that are in the git log history.
Thanks,
Dan