You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ``--link`` flag creates hard links to the files on the old version cluster so you don't need to copy data.
11
+
If you don't wish to use the ``--link`` option, make sure that you have enough disk space to store 2 copies of files for both old version and new version clusters.
- `Announcing pg_stat_monitor Tech Preview: Get Better Insights Into Query Performance in PostgreSQL <https://www.percona.com/blog/2020/10/14/announcing-pg_stat_monitor-tech-preview-get-better-insights-into-query-performance-in-postgresql/>`_
29
31
30
32
|pdp| is also shipped with the `libpq
31
-
<https://www.postgresql.org/docs/12/libpq.html>`_ library. It contains "a set of
33
+
<https://www.postgresql.org/docs/13/libpq.html>`_ library. It contains "a set of
32
34
library functions that allow client programs to pass queries to the PostgreSQL
33
35
backend server and to receive the results of these queries." [#]_
.. [#] Tech Preview Features are not yet ready for enterprise use and are not included in support via |SLA|. They are included in this release so that users can provide feedback prior to the full release of the feature in a future |GA| release (or removal of the feature if it is deemed not useful). This functionality can change (APIs, CLIs, etc.) from tech preview to GA.
Copy file name to clipboardExpand all lines: source/installing.rst
+19-15Lines changed: 19 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ Installing |pdp|
6
6
Using repositories provided by |percona| is the recommended way of installing
7
7
|pdp|.
8
8
9
-
There are two repositories available for |pdp|. We recommend to install |pdp| from the *Major Release repository* (e.g. ``ppg-12``) as it includes the latest version packages. Whenever a package is updated, the package manager of your operating system detects that and prompts you to update. As long as you update all Distribution packages at the same time, you can ensure that the packages you're using have been tested and verified by |percona|.
9
+
There are two repositories available for |pdp|. We recommend to install |pdp| from the *Major Release repository* (e.g. ``ppg-13``) as it includes the latest version packages. Whenever a package is updated, the package manager of your operating system detects that and prompts you to update. As long as you update all Distribution packages at the same time, you can ensure that the packages you're using have been tested and verified by |percona|.
10
10
11
-
The *Minor Release repository* includes a particular minor release of the database and all of the packages that were tested and verified to work with that minor release (e.g. ``ppg-12.4``). You may choose to install |pdp| from the Minor Release repository if you have decided to standardize on a particular release which has passed rigorous testing procedures and which has been verified to work with your applications. This allows you to deploy to a new host and ensure that you'll be using the same version of all the Distribution packages, even if newer releases exist in other repositories.
11
+
The *Minor Release repository* includes a particular minor release of the database and all of the packages that were tested and verified to work with that minor release (e.g. ``ppg-13.0``). You may choose to install |pdp| from the Minor Release repository if you have decided to standardize on a particular release which has passed rigorous testing procedures and which has been verified to work with your applications. This allows you to deploy to a new host and ensure that you'll be using the same version of all the Distribution packages, even if newer releases exist in other repositories.
12
12
13
13
The disadvantage of using a Minor Release repository is that you are locked in this particular release. When potentially critical fixes are released in a later minor version of the database, you will not be prompted for an upgrade by the package manager of your operating system. You would need to change the configured repository in order to install the upgrade.
14
14
@@ -24,19 +24,19 @@ Like many other |percona| products, |pdp| is installed from |Percona| repositori
24
24
of |percona-release| for details.
25
25
26
26
As soon as |percona-release| is up-to-date, *set up* the
27
-
|pdp| product (``ppg-12``).
27
+
|pdp| product (``ppg-13``).
28
28
29
29
.. code-block:: bash
30
30
31
-
$ sudo percona-release setup ppg-12
31
+
$ sudo percona-release setup ppg-13
32
32
33
33
.. hint::
34
34
35
35
The command to set up a minor version product is the following:
36
36
37
37
.. code-block:: bash
38
38
39
-
$ sudo percona-release setup ppg-12.4
39
+
$ sudo percona-release setup ppg-13.0
40
40
41
41
Install |pdp| using the commands of your package manager (the procedure differs
42
42
depending on the package manager of your operating system).
@@ -55,25 +55,27 @@ The following platforms are supported:
55
55
On Debian 9 (stretch), you need to `enable the llvm repository
56
56
<https://apt.llvm.org/>`_
57
57
58
-
Install the |percona-platform-postgresql-12| package using |apt-install|.
58
+
Install the |percona-platform-postgresql-13| package using |apt-get-install|.
59
59
60
60
.. code-block:: bash
61
61
62
-
$ sudo apt install percona-postgresql-12
62
+
$ sudo apt-get install percona-postgresql-13
63
63
64
64
Note that this package will not install the components. To install these
0 commit comments