From 1cce46d30ea4619ccee9498fd242d254521465eb Mon Sep 17 00:00:00 2001 From: Antony Pegg Date: Tue, 12 May 2026 14:25:45 -0400 Subject: [PATCH] feat: add new packages to catalog and update platform deprecation Add newly discovered packages from the pgEdge repository: - ACE (Core): Active consistency engine for multi-master replication - Radar (Management Tools): Agentless diagnostic data collection - Patroni (Management Tools): HA and automatic failover - AI DBA Workbench (new category): Server, Collector, Alerter, Client Update platform page deprecation notice to clearly state ARM support is discontinued, x86 maintenance releases only, and recommend Control Plane, Ansible, or Enterprise Packages as migration targets. --- docs/enterprise/catalog.json | 75 ++++++++++++++++++++++++++++++++++++ docs/platform/index.md | 13 ++++--- 2 files changed, 83 insertions(+), 5 deletions(-) diff --git a/docs/enterprise/catalog.json b/docs/enterprise/catalog.json index 9dbaa220..4ddacd27 100644 --- a/docs/enterprise/catalog.json +++ b/docs/enterprise/catalog.json @@ -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": [] } ] }, @@ -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": [] } ] } diff --git a/docs/platform/index.md b/docs/platform/index.md index 2a0527c3..44f99617 100644 --- a/docs/platform/index.md +++ b/docs/platform/index.md @@ -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: