Our enterprise-class packages run on all major Linux distro's including EL8+, Ubuntu 22.04+, and Debian 11+.
And yes... we also run on Amazon Linux 2023 & SLES 15
RPM's | DEB's | |
---|---|---|
sudo dnf install pgedge-pgXX-zzz.rpm |
sudo apt-get install -f ./pgedge-pg16-amd64.deb |
|
5-Sep-24 | pgedge-pg16-amd64.rpm | pgedge-pg16-amd64.deb |
After downloading the appropriate package & running one of the above commands to lay down the binaries, run our setup
to configure a database as follows:
First become the pgedge
user and change into the opt/pgedge
directory
sudo su - pgedge
cd /opt/pgedge
Then setup your database owned by the Postgres superuser & password you designate
./pgedge setup -U user1 -P passwd1 -d db_name