会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
猫九x
博客园
首页
新随笔
联系
管理
订阅
gitlab+jenkins 之gitlab备份恢复
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
posted @
2020-04-08 20:27
猫九x
阅读(
173
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告