From 7076fb2e2b11863b28bd377be0393bdf81a1c7db Mon Sep 17 00:00:00 2001 From: Patrick Birch <48594400+patrickbirch@users.noreply.github.com> Date: Wed, 13 Nov 2024 06:09:35 -0600 Subject: [PATCH] Update apt_repo.md --- docs/installation/apt_repo.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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