gitlab数据迁移

由于Gitlab自身的兼容性问题,高版本的Gitlab无法恢复低版本备份的数据,需要注意在b服务器部署和a服务器一样版本的gitlab
查看gitlab版本的命令:

[root@xxxx ~]# gitlab-rake gitlab:env:info

System information
System:        CentOS 7.2.1511
Current User:    git
Using RVM:    no
Ruby Version:    2.3.5p376
Gem Version:    2.6.13
Bundler Version:1.13.7
Rake Version:    12.3.0
Redis Version:    3.2.11
Git Version:    2.14.3
Sidekiq Version:5.0.4
Go Version:    unknown

GitLab information
Version:    10.3.4
Revision:    56dc722
Directory:    /opt/gitlab/embedded/service/gitlab-rails
DB Adapter:    postgresql
URL:        http://192.168.0.246:7023
HTTP Clone URL:    http://192.168.0.246:7023/some-group/some-project.git
SSH Clone URL:    git@192.168.0.246:some-group/some-project.git
Using LDAP:    no
Using Omniauth:    no

GitLab Shell
Version:    5.10.2
Repository storage paths:
- default:     /home/git-data/repositories
Hooks:        /opt/gitlab/embedded/service/gitlab-shell/hooks
Git:        /opt/gitlab/embedded/bin/git
[root@xxxxx ~]# 

备份原192.168.0.108服务器上的的数据

gitlab-rake gitlab:backup:create RAILS_ENV=production

备份后的文件一般是位于/var/opt/gitlab/backups下, 自动生成文件名文件名如1558334901_2019_05_20_10.3.4_gitlab_backup.tar

 

将生成的tar文件拷贝到192.168.0.246服务器上相应的backups目录下
可以利用scp进行直接拷贝.

scp root@192.168.0.108:/var/opt/gitlab/backups/1558334901_2019_05_20_10.3.4_gitlab_backup.tar /var/opt/gitlab/backups

在192.168.0.246服务器恢复数据

gitlab-rake gitlab:backup:restore RAILS_ENV=production BACKUP=1558334901_2019_05_20_10.3.4

 

转载于:https://www.cnblogs.com/jiangwenhui/p/11326264.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值