-->

Migrate gitlab self hosted to gitlab hosted

2020-07-28 03:05发布

问题:

I've been using gitlab on a private server for development. Unfortunately, requiring a dual core, 2GB RAM VPS purely for the purpose of holding git repos for a couple of people is not cost effective. I would like to migrate to the free gitlab hosted accounts.

Is there are way to transfer a repo and issues to gitlab hosted servers?

回答1:

It depends on your Gitlab version. They added an import/export feature in 8.9. If you have a lower version you can update to the current version and export your data afterwards.

The following items will be exported:

  • Project and wiki repositories
  • Project uploads
  • Project configuration including web hooks and services
  • Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities

The following items will NOT be exported:

  • Build traces and artifacts
  • LFS objects


标签: gitlab