CloudExplorer 3.0 部署运维手册v1.2平台数据库:keycloak/fit2cloud/activiti 1)编辑备份脚本 #!/bin/bash # 数据库信息 DB_HOST=localhost DB_USER=root DB_PASS=Password123@mysql # 备份目录 BACKUP_DIR=/backup/mysql # 数据库信息 DATABASES=(fit2cloud keycloak activiti) for db in ${DATABASES[@]} do mkdir -p ${BACKUP_DIR}/${db} sleep 1 mysqldump -u$DB_USER -p$DB_PASS -h$DB_HOST --single-transaction --events --flush-logs --routines --triggers -B ${db} | gzip > $0 码力 | 29 页 | 0 Bytes | 1 年前3
The Practical Guide to GitOpsAccount credentials to the front-end repo in Travis: DOCKER_USER=<”user-name+robot-account”> DOCKER_PASS=<”robot-token”> Where, <”user-name+ci_push_pull”> is your user-name including the + sign and the0 码力 | 37 页 | 850.88 KB | 1 年前3
GitOps 2.0 The Future of DevOps Ebooksecrets, but also a comprehensive way on how to group them according to each environment and how to pass them in the respective cluster. The underlying mechanism is not that critical. There is a common0 码力 | 29 页 | 1.61 MB | 1 年前3
The Path to GitOpstakes continuous delivery one step further, deploying the changes into actual production (after they pass automated tests). Continuous deploy- ment supersedes continuous delivery and is now seen as full DevOps0 码力 | 45 页 | 1.09 MB | 1 年前3
共 4 条
- 1













