Rsync push pull backup 需求: 配置rsync服务 实现数据可以进行全备与增备 环境准备: 服务端 CentOS7.6 backup01 eth0:10.0.0.41/24 eth1:172.16.1.41/24 客户端 CentOS7.6 web01 eth0:10.0.0. ...
分类:
其他好文 时间:
2020-02-21 13:07:04
阅读次数:
84
首先给出链接 JSON Editor 的中文文档:https://www.cnblogs.com/handk/p/4766271.html JSON Editor GitHub 英文文档:https://github.com/jdorn/json-editor JSON Editor Online ...
分类:
Web程序 时间:
2020-02-21 00:17:31
阅读次数:
667
1 学成在线是个什么样的项目? 1.1 项目背景 学成在线借鉴了MOOC(大型开放式网络课程,即MOOC(massive open online courses))的设计思想,是一个提供IT职业课程在线学习的平台,它为即将和已经加入IT领域的技术人才提供在线学习服务,用户通过在线学习、在线练习、在线 ...
分类:
其他好文 时间:
2020-02-20 20:42:12
阅读次数:
823
[Toc] 1. SaltStack模块介绍 Module是日常使用SaltStack接触最多的一个组件,其用于管理对象操作,这也是SaltStack通过Push的方式进行管理的入口,比如我们日常简单的执行命令、查看包安装情况、查看服务运行情况等工作都是通过SaltStack Module来实现的。 ...
分类:
其他好文 时间:
2020-02-20 20:37:34
阅读次数:
79
The Part Time network provides free online job search and part-time or full time recruitment services to help job seekers find suitable jobs and find ...
分类:
其他好文 时间:
2020-02-19 13:35:22
阅读次数:
78
在实际项目中,Mycat 服务也需要考虑高可用性,如果 Mycat 所在服务器出现宕机,或 Mycat 服 务故障,需要有备机提供服务,需要考虑 Mycat 集群。 1、 高可用方案 使用 HAProxy + Keepalived 配合两台 Mycat 搭起 Mycat 集群,实现高可用性。 HAP ...
分类:
其他好文 时间:
2020-02-19 13:29:13
阅读次数:
92
[root@localhost ~]# systemctl start zebra [root@localhost ~]# vtysh Hello, this is Quagga (version 0.99.22.4). Copyright 1996-2005 Kunihiro Ishiguro, ...
分类:
其他好文 时间:
2020-02-17 17:41:43
阅读次数:
144
As we said, sqlsever fail over cluster is perviously version of always on. The HA was guarenteed by OS not database. Therefor, we can not use windows ...
分类:
数据库 时间:
2020-02-16 20:20:37
阅读次数:
110
Last time, we talk about separate under one cluster backup into two diffetent AG backup. Does it works ? How is it ? Let we it this time: Unfortunatel ...
分类:
数据库 时间:
2020-02-16 17:56:16
阅读次数:
109
4、设置mysql多实例启动脚本:(1)3306: [root@backup application]# cat /data/3306/mysql#!/bin/sh. /etc/init.d/functionsexport PATH=/application/mysql/bin/:/usr/loca... ...
分类:
数据库 时间:
2020-02-16 13:20:55
阅读次数:
92