码迷,mamicode.com
首页 > 其他好文 > 详细

gitlab+jenkins 之gitlab备份恢复

时间:2020-04-08 21:02:56      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:db2   tor   复制   corn   ide   line   jenkin   备份与恢复   http   

gitlab 备份与恢复

停止数据服务

  • gitlab-ctl stop unicorn
  • gitlab-ctl stop sidekiq
  • 技术图片

创建备份

  • gitlab-rake gitlab:backup:create
  • 技术图片
  • 查看备份目录: ls /var/opt/gitlab/backups/
  • 技术图片

开启服务后删除测试数据

  • gitlab-ctl start
  • 删除数据后停止数据服务
  • gitlab-ctl stop unicorn
  • gitlab-ctl stop sidekiq

备份恢复

  • 选择之前的备份的版本进行恢复(复制的时候删除中间的斜线)
  • 具体格式: gitlab-rake gitlab:\backup:restore BACKUP=unix时间戳_年_月_日_版本
    技术图片
  • 输入两次yes 之后数据就还原了

启动服务

  • gitlab-ctl start unicorn
  • gitlab-ctl start sidekiq

gitlab+jenkins 之gitlab备份恢复

标签:db2   tor   复制   corn   ide   line   jenkin   备份与恢复   http   

原文地址:https://www.cnblogs.com/Justin0717/p/12662549.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!