Skip to content

Commit 0c80adc

Browse files
authored
Merge pull request #6720 from EnterpriseDB/DOCS-1451-create-landing-page-and-content-seed-for-warehouse
[DOCS-1451] Creating landing page and content seed for warehousepg and support
2 parents 0ec1fa1 + 4a91232 commit 0c80adc

File tree

5 files changed

+141
-0
lines changed

5 files changed

+141
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: EDB Postgres AI support for Greenplum workloads
3+
description: Covering EDB Postgres AI support for Greenplum workloads with WarehousePG.
4+
deepToc: true
5+
navigation:
6+
- installing
7+
---
8+
9+
## EDB Postgres AI support for Greenplum workloads
10+
11+
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.
12+
13+
This includes:
14+
15+
* Technical support:
16+
* 24x7 expert technical support for EDB Postgres AI - Support for Greenplum workloads with WarehousePG.
17+
* Software updates:
18+
* Secure software delivery
19+
* Includes distribution, maintenance, and updates.
20+
* Database and extensions:
21+
* EDB packages with binaries targeting agreed OS, architecture and version combinations.
22+
* Repository entitlement:
23+
* All packaged delivered through a dedicated EDB repository.
24+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: Installing EDB Postgres AI support for Greenplum workloads
3+
navTitle: Installing
4+
description: Installing EDB Postgres AI support for Greenplum workloads with WarehousePG.
5+
---
6+
7+
## Installing EDB Postgres AI support for Greenplum workloads
8+
9+
To install, you will need an EDB Subscription Token. This token is available, once logged in with your EDB account from the [EDB repositories](https://www.enterprisedb.com/repos-downloads).
10+
11+
Save the EDB Subscription token in an environment variable:
12+
13+
```bash
14+
export EDB_SUBSCRIPTION_TOKEN=<your-token>
15+
```
16+
17+
Run the following command to add the EDB repository to your system:
18+
19+
```bash
20+
curl -1sSLf "https://downloads.enterprisedb.com/$EDB_SUBSCRIPTION_TOKEN/gpsupp/setup.rpm.sh' | sudo -E bash
21+
```
22+
23+
Then install the packages according to your operating system.
24+
25+
<TabContainer>
26+
27+
<Tab title="RHEL/CentOS 9" active>
28+
<br/>
29+
30+
Only WarehousePG 7 is available for RHEL/CentOS 9.
31+
32+
```bash
33+
sudo dnf install -y warehouse-pg-7 warehouse-pg-clients whpg-backup
34+
```
35+
36+
</Tab>
37+
38+
<Tab title="RHEL/CentOS 8" active>
39+
<br/>
40+
41+
WarehousePG 6 and 7 are available for RHEL/CentOS 8.
42+
43+
<TabContainer>
44+
45+
<Tab title="WarehousePG 7" active>
46+
47+
```bash
48+
sudo dnf install -y warehouse-pg-7 warehouse-pg-clients whpg-backup
49+
```
50+
51+
</Tab>
52+
53+
<Tab title="WarehousePG 6" active>
54+
55+
```bash
56+
sudo dnf install -y warehouse-pg-6 warehouse-pg-clients whpg-backup
57+
```
58+
59+
</Tab>
60+
</TabContainer>
61+
62+
</Tab>
63+
64+
<Tab title="RHEL/CentOS 7" active>
65+
<br/>
66+
67+
Only WarehousePG 6 is available for RHEL/CentOS 7.
68+
69+
```bash
70+
sudo yum install -y warehouse-pg-6 warehouse-pg-clients whpg-backup
71+
```
72+
73+
</Tab>
74+
</TabContainer>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: WarehousePG and EDB Postgres AI support for Greenplum workloads
3+
description: Covering the open source WarehousePG and EDB Postgres AI support for Greenplum workloads with WarehousePG.
4+
navigation:
5+
- warehousepg
6+
- edbpggpsupp
7+
directoryDefaults:
8+
iconName: BigData
9+
---
10+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: WarehousePG
3+
description: Covering the open source WarehousePG.
4+
---
5+
6+
## Introducing WarehousePG
7+
8+
[WarehousePG](https://github.com/warehouse-pg/warehouse-pg) is a new Apache 2-licensed fork of the formerly open source Greenplum Database. It offers binary compatibility with the legacy Greenplum versions most widely deployed by customers (6.x and 7.x) — plus net-new functionality and integrations.
9+
10+
### Key features
11+
12+
* Petabytes scale with high-speed /-concurrency performance, via MPP Cluster topology with a Postgres fork based on PG 12.12.
13+
* A Master (coordinator) for query optimization and parallel plan and distribution
14+
* Multiple segments (workers) for parallel execution of queries with each segment being a Postgres instance.
15+
* High availability with standbys for the Master and mirrors for the segments.
16+
* High-speed interconnections for continuous data processing pipelining.
17+
18+
### Support
19+
20+
For business-critical workloads, EDB Postgres AI provides support for WarehousePG. See the [EDB Postgres AI support for Greenplum workloads](../edbpggpsupp/) page for more information.

src/pages/index.js

+13
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,19 @@ const Page = () => {
421421
CloudNativePG
422422
</BannerWideLink>
423423

424+
<BannerDivider
425+
iconName={iconNames.BIG_DATA}
426+
headingText="WarehousePG and EDB Postgres AI support for Greenplum workloads"
427+
toUrl="/supported-open-source/warehousepg/"
428+
/>
429+
430+
<BannerWideLink to="/supported-open-source/warehousepg/warehousepg">
431+
WarehousePG
432+
</BannerWideLink>
433+
<BannerWideLink to="/supported-open-source/warehousepg/edbpggpsupp/">
434+
EDB Postgres AI support for Greenplum workloads
435+
</BannerWideLink>
436+
424437
<BannerDivider
425438
iconName={iconNames.CONTROL}
426439
headingText="Management and Monitoring"

0 commit comments

Comments
 (0)