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 starting this tutorial, you should prepare two (or more) Linux servers running EL9 or Ubuntu 22.04. AWS users can find the Rocky Linux ami here (opens in a new tab). 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.