Varios question related to gitlabs migration

Hey Folks,

Currently we are planning gitlab migration for our organisation ( gitlab-ce-8.0.3.ce.1) Please find below questions.

  • Is it possible to migrate only users and groups along with credentials from one server to another? if yes how?

  • Is it possible to migrate individual repo along with access rights from one server to another? if yes how?

regards

Hello Everyone,

We were somewhat able to achieve above. This is what we did, created standby gitlab setup with same version, took backupon primary using gitlab-rake restored it on standby server, upgraded gitlab version on standby server to latest, renamed project on old servers along with project path, Imported repos on standby server (one at a time ) and after that also import the access from corresponding old (renamed) repos. and eventually deleted old repo.

Things which remained pending after above are wiki and issues. So this still requires manual intervention.
If any one know any better way of doing these things kindly help.

regards