Skip to content

Installing pgEdge Distributed Postgres (VM Edition)

Note

pgEdge Distributed Postgres (the CLI) should be considered deprecated. We suggest instead using pgEdge Control Plane for future deployments.

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.

Info

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)".