Skip to content

Commit 17154e2

Browse files
authored
Merge pull request #655 from percona/ps-10458-8.4
PS-10458-[DOCS] - Add comparison for PS and PDPS 8.4
2 parents c775958 + 5184bb7 commit 17154e2

File tree

3 files changed

+52
-1
lines changed

3 files changed

+52
-1
lines changed

docs/apt-repo.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ To install Percona Server for MySQL using APT, follow these steps:
206206

207207
```text
208208
* Enabling Percona Server for MySQL 8.4 LTS repository
209-
* Enabling Percona Tools repository
210209
* Running apt-get update...
211210
Hit:1 http://us.archive.ubuntu.com/ubuntu jammy InRelease
212211
Get:2 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]

docs/ps-or-pdps.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Choose Between Percona Server for MySQL and Percona Distribution for MySQL
2+
3+
When setting up Percona repositories, you must choose between two primary paths: Percona Server for MySQL or Percona Distribution for MySQL. While they share the same core database engine, they are designed for different operational scopes.
4+
5+
To read more about Percona Distribution for MySQL, see the [Percona Distribution for MySQL 8.4 :octicons-link-external-16:](https://docs.percona.com/percona-distribution-for-mysql/8.4/) documentation.
6+
7+
## Check Platform Support
8+
9+
Before choosing a repository, verify that your operating system version is supported for that specific product.
10+
11+
Review the [Percona Software and Platform Lifecycle :octicons-link-external-16:](https://www.percona.com/services/policies/percona-software-support-lifecycle#mysql) page to confirm support for your platform and version.
12+
13+
## Comparison Overview
14+
15+
| Feature | Percona Server for MySQL (`ps-8.4`) | Percona Distribution for MySQL (`pdps-8.4`) |
16+
| --- | --- | --- |
17+
| Primary Goal | A performance-enhanced, drop-in replacement for MySQL Community Edition. | A curated collection of components tested together as a complete enterprise stack. |
18+
| Included Components | Database server, client, and essential plugins. | Database server, Percona XtraBackup, HAProxy, ProxySQL, and Orchestrator. |
19+
| Release Cycle | Follows the MySQL Community release cadence. | Follows a coordinated release cycle where all bundled components are validated for inter-compatibility. |
20+
| Ideal For | Standalone instances or simple primary/replica setups. | High Availability (HA) clusters and mission-critical enterprise environments. |
21+
22+
## Which one should I install?
23+
24+
### Percona Server for MySQL (`ps-8.4`)
25+
26+
Choose this if any of the following conditions apply:
27+
28+
* Wanting a minimal footprint focused solely on the database engine.
29+
30+
* Managing your own infrastructure components (backups, proxies, or orchestration) independently.
31+
32+
* Requiring the latest performance patches and features available in Percona Server but not needing a bundled ecosystem.
33+
34+
### Percona Distribution for MySQL (`pdps-8.4`)
35+
36+
Choose this if any of the following conditions apply:
37+
38+
* Deploying a High Availability (HA) environment (e.g., using Percona XtraDB Cluster).
39+
40+
* Wanting Percona to guarantee that the specific versions of the server, proxy, and backup tools provided are fully compatible and tested as a single unit.
41+
42+
* Preferring a single repository entry-point that provides all the tools required for a full production lifecycle (Server + Backups + Management).
43+
44+
## Installation
45+
46+
For information on installing your choice, review the following:
47+
48+
* [Install Percona Server for MySQL 8.4](installation.md)
49+
50+
* [Install Percona Distribution for MySQL 8.4 :octicons-link-external-16:](https://docs.percona.com/percona-distribution-for-mysql/8.4/installing.html)

mkdocs-base.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ extra:
173173
nav:
174174
- Home: index.md
175175
- get-help.md
176+
- ps-or-pdps.md
176177
- Release notes:
177178
- Release notes index: release-notes/release-notes-index.md
178179
- release-notes/8.4.7-7.md
@@ -237,6 +238,7 @@ nav:
237238
- Quickstart - Clean up your installation: quickstart-cleanup.md
238239
- Quickstart - Next steps: quickstart-next-steps.md
239240
- Install:
241+
240242
- Install Percona Server for MySQL from repositories: installation.md
241243
- Before you start:
242244
- download-instructions.md

0 commit comments

Comments
 (0)