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
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
| File | Description |
|---|---|
pmp4pg-1.0.0-1.x86_64.rpm | Server — Backend + embedded frontend, packaged as RPM for Rocky Linux / RHEL |
pmp4pg-agent-1.0.0-1.x86_64.rpm | Agent — RPM package for RHEL / Rocky Linux family |
pmp4pg-agent_1.0.0-1_amd64.deb | Agent — DEB package for Debian / Ubuntu family |
01-create-user-and-database.sql | Creates the PMP repository database and application user |
02-create-tables.sql | Creates all tables, indexes and reference data in the pmp schema |
create_monitoring_user.sql | Creates the read-only monitoring user on each PostgreSQL server to be monitored |
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:
| Component | File | Use Case |
|---|---|---|
| Server (RPM) | pmp4pg-1.0.0-1.x86_64.rpm | Install or update the backend + frontend on Rocky Linux / RHEL |
| Agent (RPM) | pmp4pg-agent-1.0.0-1.x86_64.rpm | Deploy on a new RHEL / Rocky Linux server |
| Agent (DEB) | pmp4pg-agent_1.0.0-1_amd64.deb | Deploy on a new Debian / Ubuntu server |
| SQL Scripts | 01-create-user-and-database.sql, 02-create-tables.sql, create_monitoring_user.sql | Initialize 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.
| OS | Version | Status |
|---|---|---|
| Rocky Linux | 8, 9 | ✅ Supported |
| RHEL | 8, 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:
| OS | Versions | Package |
|---|---|---|
| Rocky Linux | 8, 9 | pmp4pg-agent-1.0.0-1.x86_64.rpm |
| RHEL | 8, 9 | pmp4pg-agent-1.0.0-1.x86_64.rpm |
| AlmaLinux | 8, 9 | pmp4pg-agent-1.0.0-1.x86_64.rpm |
DEB — Debian family:
| OS | Versions | Package |
|---|---|---|
| Debian | 11 (Bullseye), 12 (Bookworm) | pmp4pg-agent_1.0.0-1_amd64.deb |
| Ubuntu LTS | 20.04, 22.04, 24.04 | pmp4pg-agent_1.0.0-1_amd64.deb |
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 Version | Support |
|---|---|
| 14 and later | ✅ Supported |
| 13 or earlier | ❌ Not supported |
Edition Comparison
| Feature | Community | Enterprise |
|---|---|---|
| Monitored PostgreSQL servers | 1 | Unlimited |
| ASH Viewer | ✅ | ✅ |
| AWR Viewer | ✅ | ✅ |
| Trends | ✅ | ✅ |
| Alerts | ✅ | ✅ |
| Multi-user access | ✅ | ✅ |
| Priority support | ❌ | ✅ |
| Custom deployment assistance | ❌ | ✅ |
| Price | Free | Contact us |
Enterprise Edition
The Enterprise Edition removes the single-server limitation and includes priority support and custom deployment assistance.
Contact our sales team to discuss your requirements, get a quote or request a demo.
Next Steps
Once downloaded, follow the installation guide: