v2.0
- About PTK
- Quick Start
- Guidance
- Preparing Configuration File
- Checking the System
- Deploy Database Cluster
- Manage Clusters
- Show Cluster List
- Show Cluster Status
- Start Database
- Stop Database
- Restart Database
- Rebuild Database
- Switchover
- Failover
- Show Plugin Information
- Install Plugins
- Upgrade Database
- Scale-out Cluster
- Scale-in Cluster
- Show Database HBA
- Set Database HBA
- Show Database Parameters
- Set Database Parameters
- Show Cluster Topology Configuration
- Show Cluster Meta Information
- Update Cluster Comment
- Update Database IP
- Role Management
- Install CM
- Uninstall CM
- Manage Cluster VIP
- Install MogHA Service
- Uninstall MogHA Service
- Rename Cluster
- Create Empty Cluster
- Throw Out A Node
- Takeover A Node
- Manage Cluster
- Uninstall Database Cluster
- Collect OS Information
- Download MogDB Installer
- Encrypt Sensitive Information
- Upgrade PTK
- PTKC
- Compatible With Higher Versions of MogDB
- Reference
- Samples of Configuration Files
- Commands
- 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
- Troubleshooting
- FAQ
- Release Notes
- Community
- Appendix: YAML Syntax
v1.1 Release Note
1.1.5 (2023.12.11)
- [Fix] (Since v1.1.4) Fix the blocking problem when users install the database for themselves.
1.1.4 (2023.12.8)
- [Fix] Fix the problem that special characters such as $ in database passwords are parsed.
- [Fix] Fix the problem that local installation fails when the database package file name contains special characters.
- [Optimize] Remove gateway parameter restrictions on CM in resource pooling deployment scenarios.
- [Optimize] Database products need to be installed are not parameter optimized if they are not developed by Yunhe Enmo.
- [Update] Update the built-in software license agreement.
1.1.3 (2023.11.30)
- [Add] Add release time detection before cluster upgrade.
- [Add] Add support for MogDB 5.0.4.
1.1.2 (2023.11.24)
- [Fix] Fix permissions issues with installation process files.
- [Fix] Fix login failure after replacing IP with
cluster refresh
. - [Optimize] Add a compensation mechanism to the execution of generic commands.
- [Optimize] When upgrading a plugin, if the local plugin directory is not specified, the installation package will be automatically downloaded from the network.
1.1.1 (2023.11.20)
- [Fix] Fix an issue where metadata merging with a database cluster managed by another PTK causes the original PTK ssh authentication to be invalidated.
- [Fix] Fix ssh command escaping in non-root superuser scenarios.
- [Fix] Fix the problem that normal users installing the database may get the error that there is no sudo privilege.
- [Fix] Fix ptkc error when single CM node exists in cluster.
- [Fix] Fix the problem of not creating the reported authentication information after manage cluster.
1.1.0 (2023.11.17)
- [Add] Support for resource pooling deployment and uninstallation.
- [Add] Support for upgrading clusters with plug-ins installed (supported by MogDB 5.0.2 and above).
- [Add] Add hostname verification during installation.
- [Add] Added installation parameter
--skip-check-package
to skip md5 and sha256 checks on packages. - [Add] Support for vip deployed with CM cluster (supported by MogDB 5.0.4 and above).
- [Add] ptkc supports swichover for CM clusters.
- [Add] When the number of nodes in the CM cluster is greater than 3, limit the number of CM nodes to an odd number.
- [Optimize] Support for the ability to operate the remaining nodes in a cluster when some of the nodes are not reachable by ssh.
- [Optimize] Remove dependency on sshd AcceptEnv configuration.
- [Optimize] Optimize python3 version check logic.
- [Optimize] Optimize the detection rules for PHYTIUM CPU.
- [Optimize] If the AZ information is not specified when scaling, the current cluster information is used by default.
- [Safety] Shrink permissions on database-related files after installation.
- [Fix] Fix the file not found error when executing gs_checkperf.
- [Fix] Fix issues related to manage CM clusters.
- [Fix] Fix occasional nil panic problem during system checks.