v1.1
- 关于PTK
- 快速上手
- 安装PTK
- 使用手册
- 配置文件字段说明
- 配置文件示例
- 命令介绍
- ptk
- ptk completion
- ptk register
- ptk init-cluster
- ptk collect
- ptk rec-guc
- ptk cache
- ptk gen-ptkc
- ptk manage
- ptk demo
- ptk meta
- ptk version
- ptk self
- ptk gen-om-xml
- ptk env
- ptk gen-static-config
- ptk cluster
- ptk cluster rename
- ptk cluster throwout
- ptk cluster takeover
- ptk cluster uninstall-cm
- ptk cluster install-cm
- ptk cluster gen-cert-files
- ptk cluster load-cm-vip
- ptk cluster del-kerberos-auth
- ptk cluster add-kerberos-auth
- ptk cluster uninstall-kerberos-server
- ptk cluster install-kerberos-server
- ptk cluster is-in-upgrade
- ptk cluster upgrade-rollback
- ptk cluster upgrade-commit
- ptk cluster upgrade
- ptk cluster demote
- ptk cluster promote
- ptk cluster refresh
- ptk cluster shell
- ptk cluster modify-comment
- ptk cluster show-config
- ptk cluster set-guc
- ptk cluster show-guc
- ptk cluster set-hba
- ptk cluster show-hba
- ptk cluster scale-out
- ptk cluster scale-in
- ptk cluster uninstall-mogha
- ptk cluster install-mogha
- ptk cluster list-plugins
- ptk cluster install-plugin
- ptk cluster inspect
- ptk cluster failover
- ptk cluster switchover
- ptk cluster build
- ptk cluster status
- ptk cluster restart
- ptk cluster stop
- ptk cluster start
- ptk uninstall
- ptk ls
- ptk install
- ptk exec
- ptk template
- ptk encrypt
- ptk checkos
- ptk download
- ptk candidate
- 故障排查
- 常见问题
- 发布记录
- GPTK - 图形化部署工具
- 社区
- 附录:YAML语法
ptk cluster scale-out
对一个MogDB集群进行扩容
语法
ptk cluster scale-out [flags]
示例
ptk cluster -n <CLUSTER_NAME> scale-out -c scale-out.yaml
# 你也可以使用 '--build-from' 来指定新的数据库实例从哪个现有实例中重建数据。
ptk cluster -n <CLUSTER_NAME> scale-out -c scale-out.yaml --build-from <IP>
选项
-y, --assumeyes
- 说明: 自动对所有提问回复 Yes
- 数据类型: bool
- 默认值: false
--build-from string
- 说明: 指定已存在的实例 IP 用于构建新的实例
- 数据类型: string
- 默认值: ""
-c, --config string
- 说明: 扩缩容配置文件路径
- 数据类型: string
- 默认值: ""
--cpu string
- 说明: 指定CPU型号名
可通过 'ptk candidate cpu' 来查看支持的CPU型号名列表
- 数据类型: string
- 默认值: ""
--default-guc
- 说明: 不自动优化 GUC 参数,使用数据库默认参数
- 数据类型: bool
- 默认值: false
--not-limit-cm-nodes
- 说明: 不限制CM节点的数量必须是奇数
- 数据类型: bool
- 默认值: false
--skip-check-distro
- 说明: 跳过检查系统发行版
- 数据类型: bool
- 默认值: false
--skip-check-os
- 说明: 跳过系统检查
- 数据类型: bool
- 默认值: false
--skip-create-user
- 说明: 跳过创建用户
- 数据类型: bool
- 默认值: false
--skip-gen-ptkc
- 说明: 跳过生成 ptkc 工具
- 数据类型: bool
- 默认值: false
--skip-rollback
- 说明: 安装失败时,不进行回滚操作
- 数据类型: bool
- 默认值: false
从父命令继承的选项
--disable-color
- 说明: 禁用彩色日志
- 数据类型: bool
- 默认值: false
--disable-debug-log
- 说明: 不生成调试日志文件
- 数据类型: bool
- 默认值: false
--disable-progressbar
- 说明: 全局不显示进度条
- 数据类型: bool
- 默认值: false
-h, --help
- 说明: 打印帮助信息
- 数据类型: bool
- 默认值: false
--log-file string
- 说明: 指定运行日志文件路径
- 数据类型: string
- 默认值: ""
--log-format string
- 说明: 指定运行日志的输出格式, 可选项: [text, json]
- 数据类型: string
- 默认值: "text"
--log-level string
- 说明: 指定运行日志级别, 可选项: [debug, info, warning, error, panic]
- 数据类型: string
- 默认值: "info"
-n, --name string
- 说明: 集群名称
- 数据类型: string
- 默认值: ""
--silence
- 说明: 不打印日志到标准输出
- 数据类型: bool
- 默认值: false
--skip-fix-ssh
- 说明: 无需通过交互修复 ssh 连接
- 数据类型: bool
- 默认值: false
开始支持的版本
v0.3
另请参阅
- ptk cluster - 管理集群