@@ -13,17 +13,24 @@ Like many other |percona| products, |pdp| is installed by using the
1313|percona-release | utility. As soon as it is ready, enable |pdp | and then install
1414using the commands of your package manager.
1515
16- Make sure to run |percona-release | as root or via |sudo |. For convenience, all
17- commands that require elevated priviges start with |sudo |.
16+ .. important ::
1817
19- .. code-block :: bash
18+ Before you attempt to install |pdp |, update |percona-release | to its latest
19+ version. For the steps described in this section to succeed,
20+ |percona-release | must be version 1.0.12 or later.
2021
21- $ sudo percona-release enable experimental ppg-11
22+ .. seealso ::
23+
24+ Documentation of |percona-release |
25+ https://www.percona.com/doc/percona-repo-config/percona-release.html
2226
23- .. seealso ::
2427
25- Documentation of |percona-release |
26- https://www.percona.com/doc/percona-repo-config/percona-release.html
28+ Make sure to run |percona-release | as root or via |sudo |. For the sake of convenience, all
29+ commands that require elevated priviges start with |sudo | in the following procedures.
30+
31+ .. code-block :: bash
32+
33+ $ sudo percona-release enable experimental ppg-11
2734
2835 The next steps depend on the installation package format that your operating
2936system supports.
@@ -38,6 +45,11 @@ the |percona-postgresql| package is ready to be installed.
3845
3946 $ sudo apt update
4047
48+ .. admonition :: Platform Specific Notes
49+
50+ On Debian 9 (stretch), you need to `enable the llvm repository
51+ <https://apt.llvm.org/> `_
52+
4153Install the |percona-platform-postgresql-11 | using |apt-install |.
4254
4355.. code-block :: bash
@@ -62,13 +74,20 @@ the |percona-postgresql| package is ready to be installed.
6274
6375 $ sudo yum update
6476
65- .. important ::
77+ .. admonition :: Platform Specific Notes
6678
6779 If you intend to install |pdp | on |rhel | v8, disable the `postgresql ` module:
6880
6981 .. code-block :: bash
7082
71- $ dnf module disable postgresql
83+ $ sudo dnf module disable postgresql
84+
85+ On |centos | 7, you should install the `epel-release ` package:
86+
87+ .. code-block :: bash
88+
89+ $ sudo yum -y install epel-release
90+ $ sudo yum repolist
7291
7392 Next, install the |percona-platform-postgresql-11 | using |yum-install |.
7493
0 commit comments