Skip to content

Commit

Permalink
Update apt_repo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbirch authored Nov 13, 2024
1 parent 05ea437 commit 7076fb2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/installation/apt_repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -354,4 +360,4 @@ $ rm -rf /var/log/mysql
$ sudo apt purge percona-server*
```

[Telemetry data]: ../telemetry.md
[Telemetry data]: ../telemetry.md

0 comments on commit 7076fb2

Please sign in to comment.