pgEdge Distributed Postgres (VM Edition - CLI)
CLUSTER Commands

CLUSTER Commands

Commands in the cluster module include:

CommandDescription
app-concurrent-indexUpdates the Spock exception status for a specified cluster and node.
add-nodeAdds a new node to a cluster, copying configuration details from a specified source node.
app-installInstall a test application (pgbench or Northwind).
app-removeRemove a test application (pgbench or Northwind) from cluster.
commandRun a CLI command on one or all nodes of a cluster.
initInstall pgEdge Distributed Postgres on each node, create the initial database, install Spock,and create all Spock nodes and subscriptions.
json-createCreate a .json file template to define a cluster.
json-templateCreate a .json file template to define a cluster that resides on remote hosts (deprecated).
json-validateCheck the validity of a .json file.
list-nodesList all nodes in the cluster.
remove-nodeRemove a node from the cluster.
removeRemove a cluster. This will remove Spock subscriptions and nodes, and then stop Postgres on each node. If the flag force is set to true, then it will also remove the installation directory on each node.
replication-beginAdd all tables in the database to replication on every node.
replication-checkPrint replication status about every node.
sshOpens an SSH terminal session into the specified node.