v2.0
- 关于PTK
- 快速入门
- 使用指南
- 使用参考
- 配置文件示例
- 命令介绍
- ptk
- ptk completion
- ptk view-static-config
- 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 createdb
- ptk cluster uninstall-compat-tools
- ptk cluster install-compat-tools
- ptk cluster install-mogila
- 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
- 故障排查
- FAQ
- 发布记录
- 社区
- 附录:YAML语法
对 MogDB 高版本兼容
该特性在 PTK v1.6.0 及以上版本支持
PTK 默认将 MogDB 不同版本的下载链接及配置信息集成到二进制文件中,所以在 PTK 发版时只能兼容到 MogDB 当时的最新版本。
所以当后续 MogDB 发布新版本后,PTK也会响应的进行发布新版本来支持,但是对于旧版本的 PTK 之前是无法感知新版本的。
为了解决这个问题,在 PTK 1.6.0 版本中,新增了加载外部配置的功能,这样就可以实现向后兼容的能力。
如果在您的使用环境中,不方便对 PTK 进行升级的话,可以通过如下操作来支持新版本的 MogDB:
在线环境
如果 PTK 所在的服务器可以访问公网,直接在服务器上运行如下指令即可:
wget -q -O - "https://cdn-mogdb.enmotech.com/ptk/latest/ptk-inject.tar.gz" | tar -xzf - -C $(ptk env PTK_HOME 2>/dev/null)
离线环境
如果您的服务器无法联网,需要先下载注入包:
下载后上传到 PTK 所在服务器,执行:
tar -xzf ptk-inject.tar.gz -C $(ptk env PTK_HOME 2>/dev/null)