随笔分类 - 运维技术栈文档
摘要:当然,以下是更新本地代码分支并将其合并到master分支的完整流程。请注意,根据不同的Git工作流和权限设置,具体步骤可能略有不同,但以下步骤提供了一个通用的指导方案: 1. 确保本地仓库是最新的 首先,确保你的本地master分支是最新的。这通常涉及从远程仓库拉取最新的更改。 git checko
阅读全文
摘要:升级gitlab 目录升级gitlab一、背景:二、升级路径:三、rpm下载地址四、操作命令整理 一、背景: 服务器版本:gitlab-ce-13.2.2-ce.0.el8.x86_64 目前最新版本:gitlab-ce-16.4.1-ce.0.el8.x86_64.rpm 二、升级路径: 在下面的
阅读全文
摘要:airflow部署 目录airflow部署一、构建虚拟环境virtualenv二、安装apache-airflow[celery]==2.7.1三、安装数据库四、安装配置消息队列五、修改配置文件airflow.cfg六、邮件发送配置七、send_email.py test八、设置systemctl
阅读全文
摘要:etcd patroni pgsql 实现数据库高可用 目录etcd patroni pgsql 实现数据库高可用1.机器规划2.节点优化3.安装配置etcd(三个节点都安装)4.安装数据库5.安装配置patroni5.1指定国内镜像安装5.2在PGSQL1节点上创建Patroni配置文件:5.3在
阅读全文
摘要:docker 安装superset 目录docker 安装superset1. 安装 docker和docker compose2. 克隆 Superset 的 GitHub3.通过 Docker Compose4.配置 Docker Compose5.登录Superset6. 将 Superset
阅读全文
摘要:# 卸载Ceph集群中的OSD ```sh 要卸载Ceph集群中的OSD(对象存储守护程序),您可以按照以下步骤执行。 请注意,在卸载OSD之前,请确保您已经安全备份了Ceph集群中的数据,因为卸载OSD将导致数据重新平衡和迁移。 ``` ## 1.**停用OSD** 在卸载OSD之前,您需要将它们
阅读全文
摘要:# prometheus 监控 [toc] ## 1.上传tar包 ```sh [root@promethes prometheus]# cd /opt [root@promethes opt]# ll total 131628 -rw-r--r--. 1 root root 29254678 Se
阅读全文
摘要:CentOS 8 无痕升级到 Rocky Linux 1.升级当前系统 dnf upgrade -y 2.重启当前系统: reboot 3.下载脚本: CentOS 8 到 Rocky Linux 8 https://github.com/rocky-linux/rocky-tools/blob/m
阅读全文
摘要:# gitlab整理 [toc] ## 1.安装Gitlab依赖包 ```sh #系统要求 Ubuntu (16.04/18.04/20.04) Debian (9/10) CentOS (7/8) openSUSE Leap (15.2) SUSE Linux Enterprise Server
阅读全文
摘要:# jenkins部署及gitlab联调 [toc] # 一、jenkins安装 ## 1.环境优化 ```sh 防火墙开通访问端口 centos8查看防火墙开放的端口 firewall-cmd --zone=public --list-ports 开通5432端口 firewall-cmd --z
阅读全文
posted @ 2023-07-12 14:55
赵财进宝
摘要:一、yum安装&配置PostgreSQL 12 目录一、yum安装&配置PostgreSQL 12一、前言1、本文主要内容2、本文环境信息与适用范围二、PostgreSQL安装1、导入yum源1、安装PostgreSQL服务2、初始化数据库3、启动PostgreSQL服务二、修改postgres账号
阅读全文
摘要:# redis部署 [toc] ## 一、环境 ```sh 操作系统:Centos8.4 x86 操作用户:root gcc版本:8.5.0 Redis版本:6.2.6 [root@cloud ~]# cat /etc/redhat-release CentOS Linux release 8.2.
阅读全文
摘要:# 一键安装lnmp 环境 [toc] yum.repos.d镜像 ```sh [root@cloud back2]# cat CentOS8-vault.repo # CentOS-Base.repo # # The mirror system uses the connecting IP add
阅读全文
摘要:# cephadm快速部署指定版本ceph集群及生产问题处理 [toc] 官方文档:https://docs.ceph.com/en/pacific/ ## 1、虚拟机规划:centos8 | 主机名 | IP | 角色 | | | | | | ceph1 | 172.30.3.61 | cepha
阅读全文

浙公网安备 33010602011771号