gitlab.jpggitlab数据备份与恢复1. 停止gitlab数据服务[root@gitlab ~]# gitlab-ctl stop unicorn ok: down: unicorn: 0s, normally up [root@gitlab ~]# gitlab-ctl stop sidekiq ok: down: sidekiq: 1s, normally up2. 手动备份数...
1. 环境要求#最小环境centos系统安装依赖环境 yum install vim gcc gcc-c++ wget net-tools lrzsz iotop lsof iotop bash-completion -y yum install curl policycoreutils openssh-server openssh-clients postfix -y2. 安装yum in...
1. 在gitlab上添加git客户端秘钥在git客户端创建秘钥[root@jenkins ~]# ssh-keygen Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Created directory '/root/.ssh'. Ente...
1、openssh注意事项升级过程会卸载openssh,连接窗口千万不要关闭,最好开2个连接窗口。永久关闭selinux离线升级所需包repo,在线升级不需要下载此包离线依赖包下载2、下载openssh源码包# 官网下载路径 https://openbsd.hk/pub/OpenBSD/OpenSSH/portable/ # 本次下载路径 https://openbsd.hk/pub/Ope...