GitLab迁移
今天尝试了一下迁移GitLab的方法。非常简单:
假设原来的GitLab 位于A服务器,现在在B服务上已经装好了Gitlab。
1. 通过scp命令将A的/home/git/repositories/目录下的所有内容复制到B上对应位置
这个时间比较长
2. 到B服务器上,进入/home/git/gitlab目录后,运行下面的命令:
sudo -u git -H bundle exec rake gitlab:import:repos RAILS_ENV=production
完成后,打开B服务器上的gitlab网站,代码有了,wiki有了。issue和用户没有。还要手动建。
别忘了用下面的命令检测:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
GitLab 的详细介绍:请点这里
GitLab 的下载地址:请点这里
相关推荐
cxin 2020-11-06
synshitou 2020-10-21
Topbeyond 2020-08-21
happyfreeangel 2020-07-27
白开水 2020-07-19
无风的雨 2020-07-08
贤时间 2020-07-06
wishli 2020-06-28
小信 2020-06-21
leehbhs 2020-06-20
happyfreeangel 2020-06-18
83284950 2020-06-17
冯冯领队 2020-06-16
就是那个胖子 2020-06-14
83284950 2020-06-14
LiHansiyuan 2020-06-14
fcds00 2020-06-11
就是那个胖子 2020-06-11