11 2018 档案
摘要:#查看集群状态curl -XGET "http://localhost:9200/_cluster/health?pretty" #查看所有的快照 curl -XGET "http://localhost:9200/_snapshot/仓库名/_all" #查看快照信息 curl -XGET "ht
阅读全文
摘要:ha-mode: 指明镜像队列的模式,有效值为 all/exactly/nodes all表示在集群所有的节点上进行镜像 exactly表示在指定个数的节点上进行镜像,节点的个数由ha-params指定 nodes表示在指定的节点上进行镜像,节点名称通过ha-params指定 ha-params:
阅读全文
摘要:rabbitmq版本:3.6.12 rabbitmq安装 1.安装openssl wget http://www.openssl.org/source/openssl-1.0.0a.tar.gz && tar zxvf openssl-1.0.0a.tar.gz && cd openssl-1.0.
阅读全文
摘要:jira和confluence备份 备份脚本: #! /bin/bash echo "########################################" TIMESTAMP=$(date +"%F" -d "-1day")#备份路径 BACKUP_DIR="/data/backup/
阅读全文