Skip to main content

Download PMP4PG

PMP4PG is available as a Community Edition — free to download after creating an account. The Enterprise Edition, which supports unlimited PostgreSQL servers, is available by contacting our sales team.


Download the Community Edition

A free account is required to download PMP4PG. Creating an account takes less than a minute and requires a professional email address.

⬇ Sign in or Create an Account to Download

Community Edition — Free — v1.0.0

Account required

The download portal requires authentication for statistical purposes (download tracking, fleet insights). Your data is never shared with third parties. See our Privacy Policy.


What's in the Package

The full distribution archive pmp4pg-community-v1.0.0.tar.gz contains everything needed to deploy the platform and monitor your first PostgreSQL server:

pmp4pg-community-v1.0.0/
├── server/
│ └── pmp4pg-1.0.0-1.x86_64.rpm # Backend + embedded frontend (RPM)
├── agent/
│ ├── pmp4pg-agent-1.0.0-1.x86_64.rpm # Agent — RHEL / Rocky Linux family
│ └── pmp4pg-agent_1.0.0-1_amd64.deb # Agent — Debian / Ubuntu family
└── sql/
├── 01-create-user-and-database.sql # PMP repository database & user
├── 02-create-tables.sql # PMP repository schema (tables & indexes)
└── create_monitoring_user.sql # Monitoring user on the monitored PostgreSQL
FileDescription
pmp4pg-1.0.0-1.x86_64.rpmServer — Backend + embedded frontend, packaged as RPM for Rocky Linux / RHEL
pmp4pg-agent-1.0.0-1.x86_64.rpmAgent — RPM package for RHEL / Rocky Linux family
pmp4pg-agent_1.0.0-1_amd64.debAgent — DEB package for Debian / Ubuntu family
01-create-user-and-database.sqlCreates the PMP repository database and application user
02-create-tables.sqlCreates all tables, indexes and reference data in the pmp schema
create_monitoring_user.sqlCreates the read-only monitoring user on each PostgreSQL server to be monitored
tip

The server RPM installs everything needed to run the PMP4PG platform — there is no separate JAR file to manage. The frontend is embedded and served directly by the backend.


Individual Downloads

For existing installations — update a single component without downloading the full archive:

ComponentFileUse Case
Server (RPM)pmp4pg-1.0.0-1.x86_64.rpmInstall or update the backend + frontend on Rocky Linux / RHEL
Agent (RPM)pmp4pg-agent-1.0.0-1.x86_64.rpmDeploy on a new RHEL / Rocky Linux server
Agent (DEB)pmp4pg-agent_1.0.0-1_amd64.debDeploy on a new Debian / Ubuntu server
SQL Scripts01-create-user-and-database.sql, 02-create-tables.sql, create_monitoring_user.sqlInitialize a new repository or monitoring user

Individual files are available from the download portal after authentication.


Supported Platforms

Platform (Server)

The PMP4PG server must be installed on a Linux server. The frontend is embedded inside the server package — no separate component to deploy.

OSVersionStatus
Rocky Linux8, 9✅ Supported
RHEL8, 9✅ Supported
Other Linux⚠️ Not officially tested
Windows❌ Not supported

Required: Java Runtime 17+, PostgreSQL 16+ (PMP repository)


Agent

The agent can be deployed on any server running a PostgreSQL instance you want to monitor, independently of where the platform server is installed.

RPM — Red Hat family:

OSVersionsPackage
Rocky Linux8, 9pmp4pg-agent-1.0.0-1.x86_64.rpm
RHEL8, 9pmp4pg-agent-1.0.0-1.x86_64.rpm
AlmaLinux8, 9pmp4pg-agent-1.0.0-1.x86_64.rpm

DEB — Debian family:

OSVersionsPackage
Debian11 (Bullseye), 12 (Bookworm)pmp4pg-agent_1.0.0-1_amd64.deb
Ubuntu LTS20.04, 22.04, 24.04pmp4pg-agent_1.0.0-1_amd64.deb
Architecture

All packages are built for x86_64 (amd64). ARM is not supported in v1.0.0.


Monitored PostgreSQL

PMP4PG can monitor any accessible PostgreSQL instance regardless of its host OS, provided the agent can connect to it.

PostgreSQL VersionSupport
14 and later✅ Supported
13 or earlier❌ Not supported

Edition Comparison

FeatureCommunityEnterprise
Monitored PostgreSQL servers1Unlimited
ASH Viewer
AWR Viewer
Trends
Alerts
Multi-user access
Priority support
Custom deployment assistance
PriceFreeContact us

Enterprise Edition

The Enterprise Edition removes the single-server limitation and includes priority support and custom deployment assistance.

Interested in the Enterprise Edition?

Contact our sales team to discuss your requirements, get a quote or request a demo.

→ Contact Sales


Next Steps

Once downloaded, follow the installation guide:

  1. System Requirements →
  2. Repository Setup →
  3. Backend Installation →
  4. Starting the Platform →
  5. Enroll a New Server →