赞
踩
阿里云的服务器要到期了, 刚好去年在腾讯云活动期买了一个服务器, 3年1400多, 2核-4g, 不想浪费资源, 就打算把阿里云服务器中gitlab迁移到腾讯云服务器上
gitlab迁移数据需要你两个gitlab服务版本相同, 这里相同是指版本号和版本(企业ee还是社区ce),所以新的gitlab服务要根据当前gitlab服务搭建,我使用的os是centos7
查看当前的gitlab服务版本方法, 域名加上"/help"路径, 比如http://git.xxxxxx.com/help
当我知道版本之后,可以去gitlab提供的网址查找
Manually Downloading and Installing a GitLab Packagedocs.gitlab.com这里我的gitlab社区版,版本号是11.10.2,选择gitlab ce
使用搜索功能可以很快找到11.10.2
我选择了第一个
这里有两个红框, 第一个是教你在把gitlab ce源加到系统中, 第二是安装当前版本的gitlab
- curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
- sudo yum install gitlab-ce-11.10.2-ce.0.el7.x86_64
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。