Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PMM-13223 #1283

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 51 additions & 10 deletions docs/quickstart/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,12 @@ Once PMM is set up, choose the database or the application that you want it to m
wget https://repo.percona.com/apt/percona-release_latest.generic_all.deb
dpkg -i percona-release_latest.generic_all.deb
```
2. Enable the PMM client repository:

2. Install the PMM Client package:
```sh
percona-release enable pmm2-client release
```
3. Install the PMM Client package:

```sh
apt update
Expand All @@ -98,7 +102,13 @@ Once PMM is set up, choose the database or the application that you want it to m
yum install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm
```

2. Install the PMM Client package:
2. Enable the PMM client repository:

```sh
percona-release enable pmm2-client release
```

3. Install the PMM Client package:

```sh
yum install -y pmm2-client
Expand Down Expand Up @@ -175,8 +185,12 @@ Once PMM is set up, choose the database or the application that you want it to m
wget https://repo.percona.com/apt/percona-release_latest.generic_all.deb
dpkg -i percona-release_latest.generic_all.deb
```
2. Enable the PMM client repository:

2. Install the PMM Client package:
```sh
percona-release enable pmm2-client release
```
3. Install the PMM Client package:

```sh
apt update
Expand All @@ -188,12 +202,18 @@ Once PMM is set up, choose the database or the application that you want it to m
Install the following with `root` permission:
{ .power-number}

3. Install [percona-release](https://docs.percona.com/percona-software-repositories/installing.html) tool. If this is already installed, [update percona-release](https://docs.percona.com/percona-software-repositories/updating.html) to the latest version:
1. Install [percona-release](https://docs.percona.com/percona-software-repositories/installing.html) tool. If this is already installed, [update percona-release](https://docs.percona.com/percona-software-repositories/updating.html) to the latest version:

```sh
yum install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm
```
4. Install the PMM Client package:

2. Enable the PMM client repository:

```sh
percona-release enable pmm2-client release
```
3. Install the PMM Client package:

```sh
yum install -y pmm2-client
Expand Down Expand Up @@ -296,8 +316,12 @@ Once PMM is set up, choose the database or the application that you want it to m
```sh
yum install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm
```
2. Enable the PMM client repository:

2. Install the PMM Client package:
```sh
percona-release enable pmm2-client release
```
3. Install the PMM Client package:

```sh
yum install -y pmm2-client
Expand Down Expand Up @@ -336,8 +360,12 @@ Once PMM is set up, choose the database or the application that you want it to m
wget https://repo.percona.com/apt/percona-release_latest.generic_all.deb
dpkg -i percona-release_latest.generic_all.deb
```
2. Enable the PMM client repository:

2. Install the PMM Client package:
```sh
percona-release enable pmm2-client release
```
3. Install the PMM Client package:

```sh
apt update
Expand All @@ -353,8 +381,12 @@ Once PMM is set up, choose the database or the application that you want it to m
```sh
yum install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm
```
2. Enable the PMM client repository:

2. Install the PMM Client package:
```sh
percona-release enable pmm2-client release
```
3. Install the PMM Client package:

```sh
yum install -y pmm2-client
Expand Down Expand Up @@ -392,8 +424,12 @@ Once PMM is set up, choose the database or the application that you want it to m
wget https://repo.percona.com/apt/percona-release_latest.generic_all.deb
dpkg -i percona-release_latest.generic_all.deb
```
2. Enable the PMM client repository:

2. Install the PMM Client package:
```sh
percona-release enable pmm2-client release
```
3. Install the PMM Client package:

```sh
apt update
Expand All @@ -409,8 +445,13 @@ Once PMM is set up, choose the database or the application that you want it to m
```sh
yum install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm
```
2. Enable the PMM client repository:

2. Install the PMM Client package:
```sh
percona-release enable pmm2-client release
```

3. Install the PMM Client package:

```sh
yum install -y pmm2-client
Expand Down
4 changes: 2 additions & 2 deletions docs/setting-up/client/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ You can now add services with [`pmm-admin`](../../details/commands/pmm-admin.md)

```sh
percona-release disable all
percona-release enable original release
percona-release enable pmm2-client
```

#### Debian-based
Expand Down Expand Up @@ -273,7 +273,7 @@ dnf localinstall *.rpm
pmm-admin status
```

!!! hint PMM-Agent can be updated from tarball:
!!! hint "PMM-Agent can be updated from tarball:"

1. Download tar.gz with pmm2-client.
2. Extract it.
Expand Down
Loading