Skip to content

Commit 782ec87

Browse files
author
Borys Belinsky
committed
Add platform specific notes to installation
1 parent 1410947 commit 782ec87

File tree

2 files changed

+33
-10
lines changed

2 files changed

+33
-10
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11

2-
- |rhel| 6 (Current Stable)
32
- |centos| 7 and |rhel| 7
43
- |rhel| 8
54

5+
6+
Also it is needed to mention that on centos7 it is needed to install epel-release package and enable epel repo
7+
On debian9 it is needed to enable llvm repo as for now we haven't rebuilt llvm
8+
Here are there instructions how to enable llvm repo:
9+
https://apt.llvm.org/

source/installing.rst

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1414
using 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
2936
system 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+
4153
Install 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

Comments
 (0)