posted @ 2022-07-26 18:23 高&玉 阅读(554) 评论(0) 推荐(0) 编辑
摘要:
准备工作 CentOS 7.6 Redis 5.0.12 确认当前Redis是否开启RDB与AOF 备份Redis [redis]# redis-cli bgsave 关闭Redis服务 [redis]# redis-cli shutdown 升级 安装Redis 5.0.14 [root]# wg 阅读全文
摘要:
InnoDB: Error: checksum mismatch in data file /www/server/data/ibdata1 阅读全文
posted @ 2022-06-26 07:30 高&玉 阅读(663) 评论(0) 推荐(0) 编辑
摘要:
在三台Centos 7.6上使用kubuadm部署Kubernetes群集。 阅读全文
posted @ 2022-05-17 10:34 高&玉 阅读(134) 评论(0) 推荐(0) 编辑
摘要:
MariaDB Galera Cluster异常报错([ERROR] WSREP: It may not be safe to bootstrap the cluster from this node. It was not the last one to leave the cluster and may not contain all the updates. To force cluster bootstrap with this node, edit the grastate.dat file manually and set safe_to_bootstrap to 1 .)处理 阅读全文
posted @ 2022-05-12 22:48 高&玉 阅读(671) 评论(0) 推荐(0) 编辑
摘要:
背景 MySQL for Docker测试环境缺少vim工具,通过apt-get安装的时候报错: [root]# apt-get install vim Reading package lists... Done Building dependency tree Reading state info 阅读全文
posted @ 2022-04-29 21:54 高&玉 阅读(1591) 评论(0) 推荐(0) 编辑
摘要:
处理MongoDB Arbiter节点状态异常("stateStr" : "(not reachable/healthy)") 阅读全文
posted @ 2022-04-10 09:50 高&玉 阅读(977) 评论(0) 推荐(0) 编辑