- Install the CLI and make sure you look at the pre-reqs there & get both
password-less ssh
andpasswordless sudo
to localhost working first.
./pgedge localhost cluster-create --name cl1 --nodes 2 --port1 6432
The above command creates the cl1
localhost 2 node cluster with node n1
on port 6432 and n2
on port 6433.
You can install the Northwind database on this localhost cluster with the following command:
./pgedge cluster app-install cl1 northwind
the app-install
for northwind
echo's out all the configuration commands done on each node
./pgedge ace table-diff cl1 northwind.accounts
./pgedge cluster command cl1 n1 info ./pgedge cluster command cl1 all info