HomeMogDBMogDB StackUqbar
v2.0

Documentation:v2.0

Supported Versions:

Other Versions:

Start Database

Start the entire cluster

You can start the entire cluster by specifying the cluster name with this command:

ptk cluster -n <CLUSTER_NAME> start

Start a single instance within a cluster

PTK starts all instances in the cluster by default, but you can specify a specific instance or instances to start:

The -H or --host option specifies the IP of the instance.

ptk cluster -n <CLUSTER_NAME> start -H <IP>

The -i or --id option specifies the ID of the instance (ID can be viewed via ptk ls)

ptk cluster -n <CLUSTER_NAME> start -i <ID>

Start all clusters

PTK is a multi-cluster management software, so PTK also supports one-click startup of all PTK-managed clusters:

ptk cluster start [-a|--all]
Copyright © 2011-2024 www.enmotech.com All rights reserved.