diff --git a/docs/installation/apt_repo.md b/docs/installation/apt_repo.md index 64abe896f78..88420c76073 100644 --- a/docs/installation/apt_repo.md +++ b/docs/installation/apt_repo.md @@ -65,7 +65,13 @@ The `libperconaserverclient20` package contains the client shared library. The ` Once you install this package the Percona repositories should be added. You can check the repository setup in the `/etc/apt/sources.list.d/percona-release.list` file. -6. After that you can install the server package: +6. Set up a specific Percona Server version: + + ```shell + $ sudo percona-release enable-only ps57 + ``` + +8. After that you can install the server package: ```shell $ sudo apt install percona-server-server-5.7 @@ -354,4 +360,4 @@ $ rm -rf /var/log/mysql $ sudo apt purge percona-server* ``` -[Telemetry data]: ../telemetry.md \ No newline at end of file +[Telemetry data]: ../telemetry.md