EDB Postgres AI support for Greenplum workloads
EDB Postgres AI support for Greenplum workloads
For business-critical workloads, EDB Postgres AI provides support for WarehousePG. It is ideal for organizations needing an open source based solution for their existing Greenplum workloads and mission-critical workloads needing 24/7 production-level support from technical experts.
This includes:
- Technical support:
- 24x7 expert technical support for EDB Postgres AI - Support for Greenplum workloads with WarehousePG.
- Software updates:
- Secure software delivery
- Includes distribution, maintenance, and updates.
- Database and extensions:
- EDB packages with binaries targeting agreed OS, architecture and version combinations.
- Repository entitlement:
- All packaged delivered through a dedicated EDB repository.
Installing EDB Postgres AI support for Greenplum workloads
To install, you will need an EDB Subscription Token. This token is available, once logged in with your EDB account from the EDB repositories.
Installing on RHEL/CentOS
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 packages:
sudo dnf install -y warehouse-pg-6 warehouse-pg-clients
Could this page be better? Report a problem or suggest an addition!