Cluster Installation and Configuration Commands

Commands in the cluster module include:

CommandDescription
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 pgedge command on one or all nodes of a cluster.
initInstall pgEdge on each node, create the initial database, install Spock,and create all Spock nodes and subscriptions.
json-templateCreate a .json file template to define a cluster that resides on remote hosts.
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 PostgreSQL on each node. If the flag force is set to true, then it will also remove the pgedge directory on each node.
replication-beginAdd all tables in the database to replication on every node.
replication-checkPrint replication status about every node.