Installing EDB Postgres AI support for Greenplum workloads
To install, you need an EDB Subscription Token: Get your token.
Save the EDB Subscription token in an environment variable:
export EDB_SUBSCRIPTION_TOKEN=<your-token>
Run the following command to add the EDB repository to your system:
curl -1sSLf "https://downloads.enterprisedb.com/$EDB_SUBSCRIPTION_TOKEN/gpsupp/setup.rpm.sh" | sudo -E bash
Then install the EPEL repository and warehouse-pg packages according to your operating system.
Currently, only WarehousePG 7 is available for RHEL/CentOS 9.
sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm sudo dnf install -y warehouse-pg-7 warehouse-pg-clients whpg-backup
WarehousePG 6 and 7 are available for RHEL/CentOS 8.
sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm sudo dnf install -y warehouse-pg-7 warehouse-pg-clients whpg-backup
sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm sudo dnf install -y warehouse-pg-6 warehouse-pg-clients whpg-backup
Only WarehousePG 6 is available for RHEL/CentOS 7.
sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm sudo yum install -y warehouse-pg-6 warehouse-pg-clients whpg-backup
Next steps
You can now start using WarehousePG. For more information on how to use WarehousePG, see the WarehousePG documentation.