Installing the pgEdge Platform

Installing pgEdge Platform and Configuring a Distributed, Multi-master Active-active Replication Cluster

There are several ways to install pgEdge Platform and deploy a replication cluster. You can:

Installing the pgEdge Platform

Before installing pgEdge Platform, you should prepare two (or more) Linux servers running EL9 or Ubuntu 22.04. On each machine, you should:

Then, install the pgEdge Platform on each node with the command:

python3 -c "$(curl -fsSL https://pgedge-download.s3.amazonaws.com/REPO/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://pgedge-download.s3.amazonaws.com/REPO/install.py)".