pgEdge Distributed Postgres (VM Edition - CLI)
Installing pgEdge Distributed Postgres (VM Edition)

Installing pgEdge Distributed Postgres (VM Edition)

There are several ways to install pgEdge Distributed Postgres (VM Edition) and deploy a replication cluster. You can:

Installing the CLI

A distributed Postgres cluster traditionally lives on two or more hosts; to prepare a CLI host, you should:

Then, install the CLI on each host with the command:

python3 -c "$(curl -fsSL https://downloads.pgedge.com/platform/repos/download/install.py)"

Paste the command into your command line client and press Return.

Note that depending on your system configuration, you may need to preface commands with sudo; for example, sudo python3 -c "$(curl -fsSL https://downloads.pgedge.com/platform/repos/download/install.py)".