From 9f8337805336c0d20c89e73b29d6b6429e22a3e4 Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Thu, 26 Feb 2026 11:19:17 +0200 Subject: [PATCH 01/15] PG-2213 - Quick render fix (18) This PR fixes a render issue on the website for PSP 18's apt installation. --- docs/apt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apt.md b/docs/apt.md index 73f8f3593..da97787f7 100644 --- a/docs/apt.md +++ b/docs/apt.md @@ -48,7 +48,7 @@ Run all the commands in the following sections as root or using the `sudo` comma ### Install packages individually - To install packages individually, run the following commands: +To install packages individually, run the following commands: {.power-number} 1. Install the PostgreSQL server package: From 947ce2f754792a04af35eebb052496df2a7a54cc Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Thu, 26 Feb 2026 11:21:36 +0200 Subject: [PATCH 02/15] Update apt.md --- docs/apt.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/apt.md b/docs/apt.md index da97787f7..f1ff8b275 100644 --- a/docs/apt.md +++ b/docs/apt.md @@ -11,7 +11,6 @@ This document describes how to install Percona Server for PostgreSQL from Percon $ sudo apt install curl ``` - ## Procedure Run all the commands in the following sections as root or using the `sudo` command: @@ -19,7 +18,7 @@ Run all the commands in the following sections as root or using the `sudo` comma ### Configure Percona repository {.power-number} 1. Install the `percona-release` repository management tool to subscribe to Percona repositories: - + * Fetch `percona-release` packages from Percona web: ```{.bash data-prompt="$"} @@ -48,7 +47,7 @@ Run all the commands in the following sections as root or using the `sudo` comma ### Install packages individually -To install packages individually, run the following commands: + To install packages individually, run the following commands: {.power-number} 1. Install the PostgreSQL server package: From fe752cad8967bf2c0a4fc1be70b5be12021b333b Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Thu, 26 Feb 2026 11:23:56 +0200 Subject: [PATCH 03/15] Update apt.md --- docs/apt.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/apt.md b/docs/apt.md index f1ff8b275..5f0fb071b 100644 --- a/docs/apt.md +++ b/docs/apt.md @@ -47,7 +47,7 @@ Run all the commands in the following sections as root or using the `sudo` comma ### Install packages individually - To install packages individually, run the following commands: + To install the packages individually, run the following commands: {.power-number} 1. Install the PostgreSQL server package: @@ -58,25 +58,25 @@ Run all the commands in the following sections as root or using the `sudo` comma 2. Install the components: - Install `pg_repack`: + Install `pg_repack`: ```{.bash data-prompt="$"} $ sudo apt install percona-postgresql-{{pgversion}}-repack ``` - Install `pgAudit`: + Install `pgAudit`: ```{.bash data-prompt="$"} $ sudo apt install percona-postgresql-{{pgversion}}-pgaudit ``` - Install `pgBackRest`: + Install `pgBackRest`: ```{.bash data-prompt="$"} $ sudo apt install percona-pgbackrest ``` - Install `Patroni`: + Install `Patroni`: ```{.bash data-prompt="$"} $ sudo apt install percona-patroni @@ -85,55 +85,55 @@ Run all the commands in the following sections as root or using the `sudo` comma [Install `pg_stat_monitor` :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/install.html#__tabbed_1_1) - Install `pgBouncer`: + Install `pgBouncer`: ```{.bash data-prompt="$"} $ sudo apt install percona-pgbouncer ``` - Install `pgAudit-set_user`: + Install `pgAudit-set_user`: ```{.bash data-prompt="$"} $ sudo apt install percona-pgaudit{{pgversion}}-set-user ``` - Install `pgBadger`: + Install `pgBadger`: ```{.bash data-prompt="$"} $ sudo apt install percona-pgbadger ``` - Install `wal2json`: + Install `wal2json`: ```{.bash data-prompt="$"} $ sudo apt install percona-postgresql-{{pgversion}}-wal2json ``` - Install PostgreSQL contrib extensions: + Install PostgreSQL contrib extensions: ```{.bash data-prompt="$"} $ sudo apt install percona-postgresql-contrib ``` - Install HAProxy + Install HAProxy ```{.bash data-prompt="$"} $ sudo apt install percona-haproxy ``` - Install pgpool2 + Install pgpool2 ```{.bash data-prompt="$"} $ sudo apt install percona-pgpool2 ``` - Install `pg_gather` + Install `pg_gather` ```{.bash data-prompt="$"} $ sudo apt install percona-pg-gather ``` - Install `pgvector` + Install `pgvector` ```{.bash data-prompt="$"} $ sudo apt install percona-postgresql-{{pgversion}}-pgvector From 5b4738087590c89cc2004fc69963f876776228ce Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Thu, 26 Feb 2026 11:26:27 +0200 Subject: [PATCH 04/15] Update apt.md --- docs/apt.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/apt.md b/docs/apt.md index 5f0fb071b..19f1f64f3 100644 --- a/docs/apt.md +++ b/docs/apt.md @@ -47,16 +47,16 @@ Run all the commands in the following sections as root or using the `sudo` comma ### Install packages individually - To install the packages individually, run the following commands: - {.power-number} +To install the packages individually, run the following commands: +{.power-number} - 1. Install the PostgreSQL server package: + 1. Install the PostgreSQL server package: ```{.bash data-prompt="$"} $ sudo apt install percona-postgresql-{{pgversion}} ``` - 2. Install the components: + 2. Install the components: Install `pg_repack`: @@ -139,7 +139,7 @@ Run all the commands in the following sections as root or using the `sudo` comma $ sudo apt install percona-postgresql-{{pgversion}}-pgvector ``` - Some extensions require additional setup in order to use them with Percona Distribution for PostgreSQL. For more information, refer to [Enabling extensions](enable-extensions.md). + Some extensions require additional setup in order to use them with Percona Distribution for PostgreSQL. For more information, refer to [Enabling extensions](enable-extensions.md). ### Start the service From 915e7f4abf05a799908b2182530d3e1f85a21b0e Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Thu, 26 Feb 2026 11:28:12 +0200 Subject: [PATCH 05/15] Update apt.md --- docs/apt.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/apt.md b/docs/apt.md index 19f1f64f3..33de8f742 100644 --- a/docs/apt.md +++ b/docs/apt.md @@ -45,16 +45,15 @@ Run all the commands in the following sections as root or using the `sudo` comma $ sudo percona-release setup ppg-{{pgversion}} ``` -### Install packages individually +### Install packages individually {.power-number} To install the packages individually, run the following commands: -{.power-number} 1. Install the PostgreSQL server package: - ```{.bash data-prompt="$"} - $ sudo apt install percona-postgresql-{{pgversion}} - ``` + ```{.bash data-prompt="$"} + $ sudo apt install percona-postgresql-{{pgversion}} + ``` 2. Install the components: From 8018dc3e32c0d7240129dbb77a07c4ef9eb23875 Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Thu, 26 Feb 2026 11:30:06 +0200 Subject: [PATCH 06/15] Update apt.md --- docs/apt.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/apt.md b/docs/apt.md index 33de8f742..c772a6e9b 100644 --- a/docs/apt.md +++ b/docs/apt.md @@ -45,15 +45,16 @@ Run all the commands in the following sections as root or using the `sudo` comma $ sudo percona-release setup ppg-{{pgversion}} ``` -### Install packages individually {.power-number} +### Install packages individually -To install the packages individually, run the following commands: + To install the packages individually, run the following commands: + {.power-number} 1. Install the PostgreSQL server package: - ```{.bash data-prompt="$"} - $ sudo apt install percona-postgresql-{{pgversion}} - ``` + ```{.bash data-prompt="$"} + $ sudo apt install percona-postgresql-{{pgversion}} + ``` 2. Install the components: From 56a8c4655df3c5080a0c471899b7dba8fb55dcf7 Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Thu, 26 Feb 2026 11:32:46 +0200 Subject: [PATCH 07/15] Update apt.md --- docs/apt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/apt.md b/docs/apt.md index c772a6e9b..5714c5832 100644 --- a/docs/apt.md +++ b/docs/apt.md @@ -50,13 +50,13 @@ Run all the commands in the following sections as root or using the `sudo` comma To install the packages individually, run the following commands: {.power-number} - 1. Install the PostgreSQL server package: + 1. Install the PostgreSQL server package: ```{.bash data-prompt="$"} $ sudo apt install percona-postgresql-{{pgversion}} ``` - 2. Install the components: + 2. Install the components: Install `pg_repack`: From 85472e546837d8649eb87b7661d8175fe0602298 Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Thu, 26 Feb 2026 11:35:27 +0200 Subject: [PATCH 08/15] Update apt.md --- docs/apt.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/apt.md b/docs/apt.md index 5714c5832..19f1f64f3 100644 --- a/docs/apt.md +++ b/docs/apt.md @@ -47,16 +47,16 @@ Run all the commands in the following sections as root or using the `sudo` comma ### Install packages individually - To install the packages individually, run the following commands: - {.power-number} +To install the packages individually, run the following commands: +{.power-number} - 1. Install the PostgreSQL server package: + 1. Install the PostgreSQL server package: ```{.bash data-prompt="$"} $ sudo apt install percona-postgresql-{{pgversion}} ``` - 2. Install the components: + 2. Install the components: Install `pg_repack`: From c1196cba2a1701781b4005a8de3553b5ac894a8b Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Thu, 26 Feb 2026 11:38:55 +0200 Subject: [PATCH 09/15] Update apt.md --- docs/apt.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/apt.md b/docs/apt.md index 19f1f64f3..36ab9a696 100644 --- a/docs/apt.md +++ b/docs/apt.md @@ -50,96 +50,96 @@ Run all the commands in the following sections as root or using the `sudo` comma To install the packages individually, run the following commands: {.power-number} - 1. Install the PostgreSQL server package: +1. Install the PostgreSQL server package: - ```{.bash data-prompt="$"} - $ sudo apt install percona-postgresql-{{pgversion}} - ``` + ```{.bash data-prompt="$"} + $ sudo apt install percona-postgresql-{{pgversion}} + ``` - 2. Install the components: +2. Install the components: - Install `pg_repack`: + Install `pg_repack`: ```{.bash data-prompt="$"} $ sudo apt install percona-postgresql-{{pgversion}}-repack ``` - Install `pgAudit`: + Install `pgAudit`: ```{.bash data-prompt="$"} $ sudo apt install percona-postgresql-{{pgversion}}-pgaudit ``` - Install `pgBackRest`: + Install `pgBackRest`: ```{.bash data-prompt="$"} $ sudo apt install percona-pgbackrest ``` - Install `Patroni`: + Install `Patroni`: ```{.bash data-prompt="$"} $ sudo apt install percona-patroni ``` - [Install `pg_stat_monitor` :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/install.html#__tabbed_1_1) + [Install `pg_stat_monitor` :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/install.html#__tabbed_1_1) - Install `pgBouncer`: + Install `pgBouncer`: ```{.bash data-prompt="$"} $ sudo apt install percona-pgbouncer ``` - Install `pgAudit-set_user`: + Install `pgAudit-set_user`: ```{.bash data-prompt="$"} $ sudo apt install percona-pgaudit{{pgversion}}-set-user ``` - Install `pgBadger`: + Install `pgBadger`: ```{.bash data-prompt="$"} $ sudo apt install percona-pgbadger ``` - Install `wal2json`: + Install `wal2json`: ```{.bash data-prompt="$"} $ sudo apt install percona-postgresql-{{pgversion}}-wal2json ``` - Install PostgreSQL contrib extensions: + Install PostgreSQL contrib extensions: ```{.bash data-prompt="$"} $ sudo apt install percona-postgresql-contrib ``` - Install HAProxy + Install HAProxy ```{.bash data-prompt="$"} $ sudo apt install percona-haproxy ``` - Install pgpool2 + Install pgpool2 ```{.bash data-prompt="$"} $ sudo apt install percona-pgpool2 ``` - Install `pg_gather` + Install `pg_gather` ```{.bash data-prompt="$"} $ sudo apt install percona-pg-gather ``` - Install `pgvector` + Install `pgvector` ```{.bash data-prompt="$"} $ sudo apt install percona-postgresql-{{pgversion}}-pgvector ``` - Some extensions require additional setup in order to use them with Percona Distribution for PostgreSQL. For more information, refer to [Enabling extensions](enable-extensions.md). + Some extensions require additional setup in order to use them with Percona Distribution for PostgreSQL. For more information, refer to [Enabling extensions](enable-extensions.md). ### Start the service From 90221f857efa59eb39b3d853c19d4d0f3854934d Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Thu, 26 Feb 2026 11:58:18 +0200 Subject: [PATCH 10/15] Fix apt and yum render issues --- docs/apt.md | 8 ++++---- docs/yum.md | 38 +++++++++++++++++++------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/apt.md b/docs/apt.md index 36ab9a696..41b1c1ed6 100644 --- a/docs/apt.md +++ b/docs/apt.md @@ -115,25 +115,25 @@ To install the packages individually, run the following commands: $ sudo apt install percona-postgresql-contrib ``` - Install HAProxy + Install HAProxy: ```{.bash data-prompt="$"} $ sudo apt install percona-haproxy ``` - Install pgpool2 + Install pgpool2: ```{.bash data-prompt="$"} $ sudo apt install percona-pgpool2 ``` - Install `pg_gather` + Install `pg_gather`: ```{.bash data-prompt="$"} $ sudo apt install percona-pg-gather ``` - Install `pgvector` + Install `pgvector`: ```{.bash data-prompt="$"} $ sudo apt install percona-postgresql-{{pgversion}}-pgvector diff --git a/docs/yum.md b/docs/yum.md index 580bc5271..b63298443 100644 --- a/docs/yum.md +++ b/docs/yum.md @@ -384,87 +384,87 @@ $ sudo yum -y install curl ### Install packages individually - To install the packages individually, run the following commands: - {.power-number} +To install the packages individually, run the following commands: +{.power-number} - 1. Install the PostgreSQL server package: + 1. Install the PostgreSQL server package: ```{.bash data-prompt="$"} $ sudo yum install percona-postgresql{{pgversion}}-server ``` - 2. Install the components: + 2. Install the components: - Install `pg_repack`: + Install `pg_repack`: ```{.bash data-prompt="$"} $ sudo yum install percona-pg_repack{{pgversion}} ``` - Install `pgaudit`: + Install `pgaudit`: ```{.bash data-prompt="$"} $ sudo yum install percona-pgaudit{{pgversion}} ``` - Install `pgBackRest`: + Install `pgBackRest`: ```{.bash data-prompt="$"} $ sudo yum install percona-pgbackrest ``` - Install `Patroni`: + Install `Patroni`: ```{.bash data-prompt="$"} $ sudo yum install percona-patroni ``` - [Install `pg_stat_monitor` :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/install.html#__tabbed_1_1) + [Install `pg_stat_monitor` :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/install.html#__tabbed_1_1) - Install `pgBouncer`: + Install `pgBouncer`: ```{.bash data-prompt="$"} $ sudo yum install percona-pgbouncer ``` - Install `pgAudit-set_user`: + Install `pgAudit-set_user`: ```{.bash data-prompt="$"} $ sudo yum install percona-pgaudit{{pgversion}}_set_user ``` - Install `pgBadger`: + Install `pgBadger`: ```{.bash data-prompt="$"} $ sudo yum install percona-pgbadger ``` - Install `wal2json`: + Install `wal2json`: ```{.bash data-prompt="$"} $ sudo yum install percona-wal2json{{pgversion}} ``` - Install PostgreSQL contrib extensions: + Install PostgreSQL contrib extensions: ```{.bash data-prompt="$"} $ sudo yum install percona-postgresql{{pgversion}}-contrib ``` - Install HAProxy: + Install HAProxy: ```{.bash data-prompt="$"} $ sudo yum install percona-haproxy ``` - Install `pg_gather`: + Install `pg_gather`: ```{.bash data-prompt="$"} $ sudo yum install percona-pg_gather ``` - Install pgpool2: + Install pgpool2: 1. Check the [platform specific notes](#for-pgpool2-extension) 2. Install the extension @@ -473,13 +473,13 @@ $ sudo yum -y install curl $ sudo yum install percona-pgpool-II-pg{{pgversion}} ``` - Install pgvector package suite: + Install pgvector package suite: ```{.bash data-prompt="$"} $ sudo yum install percona-pgvector_{{pgversion}} percona-pgvector_{{pgversion}}-debuginfo percona-pgvector_{{pgversion}}-debugsource percona-pgvector_{{pgversion}}-llvmjit ``` - Some extensions require additional setup in order to use them with Percona Distribution for PostgreSQL. For more information, refer to [Enabling extensions](enable-extensions.md). + Some extensions require additional setup in order to use them with Percona Distribution for PostgreSQL. For more information, refer to [Enabling extensions](enable-extensions.md). ### Start the service From b5cd44ec60d945c6a703a2fc561f3e91df705f96 Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Thu, 26 Feb 2026 12:03:03 +0200 Subject: [PATCH 11/15] more fixes --- docs/apt.md | 3 +- docs/yum.md | 93 ++++++++++++++++++++++++++--------------------------- 2 files changed, 47 insertions(+), 49 deletions(-) diff --git a/docs/apt.md b/docs/apt.md index 41b1c1ed6..ac152ef98 100644 --- a/docs/apt.md +++ b/docs/apt.md @@ -82,8 +82,7 @@ To install the packages individually, run the following commands: $ sudo apt install percona-patroni ``` - [Install `pg_stat_monitor` :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/install.html#__tabbed_1_1) - + [Install `pg_stat_monitor` :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/install.html#__tabbed_1_1). Install `pgBouncer`: diff --git a/docs/yum.md b/docs/yum.md index b63298443..304ec5f93 100644 --- a/docs/yum.md +++ b/docs/yum.md @@ -387,97 +387,96 @@ $ sudo yum -y install curl To install the packages individually, run the following commands: {.power-number} - 1. Install the PostgreSQL server package: +1. Install the PostgreSQL server package: - ```{.bash data-prompt="$"} - $ sudo yum install percona-postgresql{{pgversion}}-server - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-postgresql{{pgversion}}-server + ``` - 2. Install the components: +2. Install the components: Install `pg_repack`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-pg_repack{{pgversion}} - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pg_repack{{pgversion}} + ``` Install `pgaudit`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-pgaudit{{pgversion}} - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pgaudit{{pgversion}} + ``` Install `pgBackRest`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-pgbackrest - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pgbackrest + ``` Install `Patroni`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-patroni - ``` - - [Install `pg_stat_monitor` :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/install.html#__tabbed_1_1) + ```{.bash data-prompt="$"} + $ sudo yum install percona-patroni + ``` + [Install `pg_stat_monitor` :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/install.html#__tabbed_1_1). Install `pgBouncer`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-pgbouncer - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pgbouncer + ``` Install `pgAudit-set_user`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-pgaudit{{pgversion}}_set_user - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pgaudit{{pgversion}}_set_user + ``` Install `pgBadger`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-pgbadger - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pgbadger + ``` Install `wal2json`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-wal2json{{pgversion}} - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-wal2json{{pgversion}} + ``` Install PostgreSQL contrib extensions: - ```{.bash data-prompt="$"} - $ sudo yum install percona-postgresql{{pgversion}}-contrib - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-postgresql{{pgversion}}-contrib + ``` Install HAProxy: - - ```{.bash data-prompt="$"} - $ sudo yum install percona-haproxy - ``` + + ```{.bash data-prompt="$"} + $ sudo yum install percona-haproxy + ``` Install `pg_gather`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-pg_gather - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pg_gather + ``` Install pgpool2: 1. Check the [platform specific notes](#for-pgpool2-extension) 2. Install the extension - ```{.bash data-prompt="$"} - $ sudo yum install percona-pgpool-II-pg{{pgversion}} - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pgpool-II-pg{{pgversion}} + ``` Install pgvector package suite: - ```{.bash data-prompt="$"} - $ sudo yum install percona-pgvector_{{pgversion}} percona-pgvector_{{pgversion}}-debuginfo percona-pgvector_{{pgversion}}-debugsource percona-pgvector_{{pgversion}}-llvmjit - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pgvector_{{pgversion}} percona-pgvector_{{pgversion}}-debuginfo percona-pgvector_{{pgversion}}-debugsource percona-pgvector_{{pgversion}}-llvmjit + ``` Some extensions require additional setup in order to use them with Percona Distribution for PostgreSQL. For more information, refer to [Enabling extensions](enable-extensions.md). From 436ccf596f5cf5d2089a41ed308732b79307f0c0 Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Thu, 26 Feb 2026 12:15:21 +0200 Subject: [PATCH 12/15] Update apt.md --- docs/apt.md | 84 ++++++++++++++++++++++++++--------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/docs/apt.md b/docs/apt.md index ac152ef98..1b3f9dca4 100644 --- a/docs/apt.md +++ b/docs/apt.md @@ -52,91 +52,91 @@ To install the packages individually, run the following commands: 1. Install the PostgreSQL server package: - ```{.bash data-prompt="$"} - $ sudo apt install percona-postgresql-{{pgversion}} - ``` + ```{.bash data-prompt="$"} + $ sudo apt install percona-postgresql-{{pgversion}} + ``` 2. Install the components: Install `pg_repack`: - ```{.bash data-prompt="$"} - $ sudo apt install percona-postgresql-{{pgversion}}-repack - ``` + ```{.bash data-prompt="$"} + $ sudo apt install percona-postgresql-{{pgversion}}-repack + ``` Install `pgAudit`: - ```{.bash data-prompt="$"} - $ sudo apt install percona-postgresql-{{pgversion}}-pgaudit - ``` + ```{.bash data-prompt="$"} + $ sudo apt install percona-postgresql-{{pgversion}}-pgaudit + ``` Install `pgBackRest`: - ```{.bash data-prompt="$"} - $ sudo apt install percona-pgbackrest - ``` + ```{.bash data-prompt="$"} + $ sudo apt install percona-pgbackrest + ``` Install `Patroni`: - ```{.bash data-prompt="$"} - $ sudo apt install percona-patroni - ``` + ```{.bash data-prompt="$"} + $ sudo apt install percona-patroni + ``` [Install `pg_stat_monitor` :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/install.html#__tabbed_1_1). Install `pgBouncer`: - ```{.bash data-prompt="$"} - $ sudo apt install percona-pgbouncer - ``` + ```{.bash data-prompt="$"} + $ sudo apt install percona-pgbouncer + ``` Install `pgAudit-set_user`: - ```{.bash data-prompt="$"} - $ sudo apt install percona-pgaudit{{pgversion}}-set-user - ``` + ```{.bash data-prompt="$"} + $ sudo apt install percona-pgaudit{{pgversion}}-set-user + ``` Install `pgBadger`: - ```{.bash data-prompt="$"} - $ sudo apt install percona-pgbadger - ``` + ```{.bash data-prompt="$"} + $ sudo apt install percona-pgbadger + ``` Install `wal2json`: - ```{.bash data-prompt="$"} - $ sudo apt install percona-postgresql-{{pgversion}}-wal2json - ``` + ```{.bash data-prompt="$"} + $ sudo apt install percona-postgresql-{{pgversion}}-wal2json + ``` Install PostgreSQL contrib extensions: - ```{.bash data-prompt="$"} - $ sudo apt install percona-postgresql-contrib - ``` + ```{.bash data-prompt="$"} + $ sudo apt install percona-postgresql-contrib + ``` Install HAProxy: - ```{.bash data-prompt="$"} - $ sudo apt install percona-haproxy - ``` + ```{.bash data-prompt="$"} + $ sudo apt install percona-haproxy + ``` Install pgpool2: - ```{.bash data-prompt="$"} - $ sudo apt install percona-pgpool2 - ``` + ```{.bash data-prompt="$"} + $ sudo apt install percona-pgpool2 + ``` Install `pg_gather`: - ```{.bash data-prompt="$"} - $ sudo apt install percona-pg-gather - ``` + ```{.bash data-prompt="$"} + $ sudo apt install percona-pg-gather + ``` Install `pgvector`: - ```{.bash data-prompt="$"} - $ sudo apt install percona-postgresql-{{pgversion}}-pgvector - ``` + ```{.bash data-prompt="$"} + $ sudo apt install percona-postgresql-{{pgversion}}-pgvector + ``` Some extensions require additional setup in order to use them with Percona Distribution for PostgreSQL. For more information, refer to [Enabling extensions](enable-extensions.md). From ae9bca662f06b6161f85db61cb61e8ca8576d674 Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Thu, 26 Feb 2026 12:18:27 +0200 Subject: [PATCH 13/15] Update apt.md --- docs/apt.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/apt.md b/docs/apt.md index 1b3f9dca4..e3e0515f6 100644 --- a/docs/apt.md +++ b/docs/apt.md @@ -108,19 +108,19 @@ To install the packages individually, run the following commands: $ sudo apt install percona-postgresql-{{pgversion}}-wal2json ``` - Install PostgreSQL contrib extensions: + Install `PostgreSQL contrib` extensions: ```{.bash data-prompt="$"} $ sudo apt install percona-postgresql-contrib ``` - Install HAProxy: + Install `HAProxy`: ```{.bash data-prompt="$"} $ sudo apt install percona-haproxy ``` - Install pgpool2: + Install `pgpool2`: ```{.bash data-prompt="$"} $ sudo apt install percona-pgpool2 From ffe501f34a9ea9acbd6657a62e7ec248cee30082 Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Thu, 26 Feb 2026 12:21:47 +0200 Subject: [PATCH 14/15] even more fixes for render fixing --- docs/apt.md | 2 +- docs/yum.md | 94 ++++++++++++++++++++++++++--------------------------- 2 files changed, 48 insertions(+), 48 deletions(-) diff --git a/docs/apt.md b/docs/apt.md index e3e0515f6..1e3124bdc 100644 --- a/docs/apt.md +++ b/docs/apt.md @@ -119,7 +119,7 @@ To install the packages individually, run the following commands: ```{.bash data-prompt="$"} $ sudo apt install percona-haproxy ``` - + Install `pgpool2`: ```{.bash data-prompt="$"} diff --git a/docs/yum.md b/docs/yum.md index 304ec5f93..7942ef642 100644 --- a/docs/yum.md +++ b/docs/yum.md @@ -389,94 +389,94 @@ To install the packages individually, run the following commands: 1. Install the PostgreSQL server package: - ```{.bash data-prompt="$"} - $ sudo yum install percona-postgresql{{pgversion}}-server - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-postgresql{{pgversion}}-server + ``` 2. Install the components: Install `pg_repack`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-pg_repack{{pgversion}} - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pg_repack{{pgversion}} + ``` Install `pgaudit`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-pgaudit{{pgversion}} - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pgaudit{{pgversion}} + ``` Install `pgBackRest`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-pgbackrest - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pgbackrest + ``` Install `Patroni`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-patroni - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-patroni + ``` [Install `pg_stat_monitor` :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/install.html#__tabbed_1_1). Install `pgBouncer`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-pgbouncer - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pgbouncer + ``` Install `pgAudit-set_user`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-pgaudit{{pgversion}}_set_user - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pgaudit{{pgversion}}_set_user + ``` Install `pgBadger`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-pgbadger - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pgbadger + ``` Install `wal2json`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-wal2json{{pgversion}} - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-wal2json{{pgversion}} + ``` - Install PostgreSQL contrib extensions: + Install `PostgreSQL contrib` extensions: - ```{.bash data-prompt="$"} - $ sudo yum install percona-postgresql{{pgversion}}-contrib - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-postgresql{{pgversion}}-contrib + ``` Install HAProxy: - ```{.bash data-prompt="$"} - $ sudo yum install percona-haproxy - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-haproxy + ``` Install `pg_gather`: - ```{.bash data-prompt="$"} - $ sudo yum install percona-pg_gather - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pg_gather + ``` - Install pgpool2: + Install `pgpool2`: - 1. Check the [platform specific notes](#for-pgpool2-extension) - 2. Install the extension + 1. Check the [platform specific notes](#for-pgpool2-extension) + 2. Install the extension - ```{.bash data-prompt="$"} - $ sudo yum install percona-pgpool-II-pg{{pgversion}} - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pgpool-II-pg{{pgversion}} + ``` - Install pgvector package suite: + Install `pgvector` package suite: - ```{.bash data-prompt="$"} - $ sudo yum install percona-pgvector_{{pgversion}} percona-pgvector_{{pgversion}}-debuginfo percona-pgvector_{{pgversion}}-debugsource percona-pgvector_{{pgversion}}-llvmjit - ``` + ```{.bash data-prompt="$"} + $ sudo yum install percona-pgvector_{{pgversion}} percona-pgvector_{{pgversion}}-debuginfo percona-pgvector_{{pgversion}}-debugsource percona-pgvector_{{pgversion}}-llvmjit + ``` Some extensions require additional setup in order to use them with Percona Distribution for PostgreSQL. For more information, refer to [Enabling extensions](enable-extensions.md). From 41349efdd0e3b4a2ca27f2981c466b41522c2367 Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Thu, 26 Feb 2026 12:31:34 +0200 Subject: [PATCH 15/15] Update yum.md --- docs/yum.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/yum.md b/docs/yum.md index 7942ef642..2658a9048 100644 --- a/docs/yum.md +++ b/docs/yum.md @@ -465,8 +465,8 @@ To install the packages individually, run the following commands: Install `pgpool2`: - 1. Check the [platform specific notes](#for-pgpool2-extension) - 2. Install the extension + 1. Check the [platform specific notes](#for-pgpool2-extension). + 2. Install the extension. ```{.bash data-prompt="$"} $ sudo yum install percona-pgpool-II-pg{{pgversion}}