Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 75 additions & 0 deletions docs/enterprise/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,16 @@
"full",
"minimal"
]
},
{
"name": "ACE",
"description": "Active consistency engine for multi-master replication clusters",
"rpm_name": "pgedge-ace",
"deb_name": "pgedge-ace",
"pg_versions": [
"all"
],
"included_in": []
}
]
},
Expand Down Expand Up @@ -465,6 +475,71 @@
"all"
],
"included_in": []
},
{
"name": "Radar",
"description": "Agentless diagnostic data collection for PostgreSQL and system metrics",
"rpm_name": "pgedge-radar",
"deb_name": "pgedge-radar",
"pg_versions": [
"all"
],
"included_in": []
},
{
"name": "Patroni",
"description": "High availability and automatic failover for PostgreSQL",
"rpm_name": "pgedge-patroni",
"deb_name": "pgedge-patroni",
"pg_versions": [
"all"
],
"included_in": []
}
]
},
{
"name": "AI DBA Workbench",
"packages": [
{
"name": "AI DBA Server",
"description": "Backend server for AI-powered database monitoring and management",
"rpm_name": "pgedge-ai-dba-server",
"deb_name": "pgedge-ai-dba-server",
"pg_versions": [
"all"
],
"included_in": []
},
{
"name": "AI DBA Collector",
"description": "Metrics and diagnostics collector for PostgreSQL instances",
"rpm_name": "pgedge-ai-dba-collector",
"deb_name": "pgedge-ai-dba-collector",
"pg_versions": [
"all"
],
"included_in": []
},
{
"name": "AI DBA Alerter",
"description": "Anomaly detection and alerting for PostgreSQL clusters",
"rpm_name": "pgedge-ai-dba-alerter",
"deb_name": "pgedge-ai-dba-alerter",
"pg_versions": [
"all"
],
"included_in": []
},
{
"name": "AI DBA Client",
"description": "Web-based client interface for the AI DBA Workbench",
"rpm_name": "pgedge-ai-dba-client",
"deb_name": "pgedge-ai-dba-client",
"pg_versions": [
"all"
],
"included_in": []
}
]
}
Expand Down
13 changes: 8 additions & 5 deletions docs/platform/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

pgEdge Distributed Postgres (the CLI) includes a command line interface (CLI) that simplifies creation and management of a multi-master distributed pgEdge Postgres cluster in your own data center or cloud account.

!!! note
!!! important

pgEdge Distributed Postgres (the CLI) should be considered deprecated. We
suggest instead using
[pgEdge Control Plane](https://docs.pgedge.com/control-plane/installation/)
for future deployments.
This project is deprecated and no longer actively developed. ARM support has been discontinued. We will continue to produce maintenance releases for x86 only.

We recommend migrating to one of the following alternatives:

- [**pgEdge Control Plane**](https://docs.pgedge.com/control-plane) - Declarative API for deploying and managing Postgres clusters on VMs and bare metal.
- [**pgEdge Ansible**](https://docs.pgedge.com/ansible) - Automated Postgres cluster deployment and configuration management with Ansible playbooks.
- [**pgEdge Enterprise Packages**](https://docs.pgedge.com/enterprise) - FIPS-enabled, hardened Postgres packages for Enterprise Linux, Debian, and Ubuntu.

For self-hosted and on-prem Installations, the CLI offers the flexibility to simply and quickly deploy distributed multi-master clusters with containers/VMs or CLI/API installers and tooling. For web and AI applications that rely on Postgres for low latency and high availability, the CLI running on a Cloud provider can ensure your applications are highly available and globally responsive. You can seamlessly deploy the CLI on:

Expand Down
Loading