Skip to content

Commit 90221f8

Browse files
committed
Fix apt and yum render issues
1 parent c1196cb commit 90221f8

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

docs/apt.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,25 +115,25 @@ To install the packages individually, run the following commands:
115115
$ sudo apt install percona-postgresql-contrib
116116
```
117117

118-
Install HAProxy
118+
Install HAProxy:
119119

120120
```{.bash data-prompt="$"}
121121
$ sudo apt install percona-haproxy
122122
```
123123

124-
Install pgpool2
124+
Install pgpool2:
125125

126126
```{.bash data-prompt="$"}
127127
$ sudo apt install percona-pgpool2
128128
```
129129

130-
Install `pg_gather`
130+
Install `pg_gather`:
131131

132132
```{.bash data-prompt="$"}
133133
$ sudo apt install percona-pg-gather
134134
```
135135

136-
Install `pgvector`
136+
Install `pgvector`:
137137

138138
```{.bash data-prompt="$"}
139139
$ sudo apt install percona-postgresql-{{pgversion}}-pgvector

docs/yum.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -384,87 +384,87 @@ $ sudo yum -y install curl
384384

385385
### Install packages individually
386386

387-
To install the packages individually, run the following commands:
388-
{.power-number}
387+
To install the packages individually, run the following commands:
388+
{.power-number}
389389

390-
1. Install the PostgreSQL server package:
390+
1. Install the PostgreSQL server package:
391391

392392
```{.bash data-prompt="$"}
393393
$ sudo yum install percona-postgresql{{pgversion}}-server
394394
```
395395

396-
2. Install the components:
396+
2. Install the components:
397397

398-
Install `pg_repack`:
398+
Install `pg_repack`:
399399

400400
```{.bash data-prompt="$"}
401401
$ sudo yum install percona-pg_repack{{pgversion}}
402402
```
403403

404-
Install `pgaudit`:
404+
Install `pgaudit`:
405405

406406
```{.bash data-prompt="$"}
407407
$ sudo yum install percona-pgaudit{{pgversion}}
408408
```
409409

410-
Install `pgBackRest`:
410+
Install `pgBackRest`:
411411

412412
```{.bash data-prompt="$"}
413413
$ sudo yum install percona-pgbackrest
414414
```
415415

416-
Install `Patroni`:
416+
Install `Patroni`:
417417

418418
```{.bash data-prompt="$"}
419419
$ sudo yum install percona-patroni
420420
```
421421

422-
[Install `pg_stat_monitor` :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/install.html#__tabbed_1_1)
422+
[Install `pg_stat_monitor` :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/install.html#__tabbed_1_1)
423423

424424

425-
Install `pgBouncer`:
425+
Install `pgBouncer`:
426426

427427
```{.bash data-prompt="$"}
428428
$ sudo yum install percona-pgbouncer
429429
```
430430

431-
Install `pgAudit-set_user`:
431+
Install `pgAudit-set_user`:
432432

433433
```{.bash data-prompt="$"}
434434
$ sudo yum install percona-pgaudit{{pgversion}}_set_user
435435
```
436436

437-
Install `pgBadger`:
437+
Install `pgBadger`:
438438

439439
```{.bash data-prompt="$"}
440440
$ sudo yum install percona-pgbadger
441441
```
442442

443-
Install `wal2json`:
443+
Install `wal2json`:
444444

445445
```{.bash data-prompt="$"}
446446
$ sudo yum install percona-wal2json{{pgversion}}
447447
```
448448

449-
Install PostgreSQL contrib extensions:
449+
Install PostgreSQL contrib extensions:
450450

451451
```{.bash data-prompt="$"}
452452
$ sudo yum install percona-postgresql{{pgversion}}-contrib
453453
```
454454

455-
Install HAProxy:
455+
Install HAProxy:
456456

457457
```{.bash data-prompt="$"}
458458
$ sudo yum install percona-haproxy
459459
```
460460

461-
Install `pg_gather`:
461+
Install `pg_gather`:
462462

463463
```{.bash data-prompt="$"}
464464
$ sudo yum install percona-pg_gather
465465
```
466466

467-
Install pgpool2:
467+
Install pgpool2:
468468

469469
1. Check the [platform specific notes](#for-pgpool2-extension)
470470
2. Install the extension
@@ -473,13 +473,13 @@ $ sudo yum -y install curl
473473
$ sudo yum install percona-pgpool-II-pg{{pgversion}}
474474
```
475475

476-
Install pgvector package suite:
476+
Install pgvector package suite:
477477

478478
```{.bash data-prompt="$"}
479479
$ sudo yum install percona-pgvector_{{pgversion}} percona-pgvector_{{pgversion}}-debuginfo percona-pgvector_{{pgversion}}-debugsource percona-pgvector_{{pgversion}}-llvmjit
480480
```
481481

482-
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).
482+
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).
483483

484484
### Start the service
485485

0 commit comments

Comments
 (0)