From 3f599c905ba7e5a6ca9eb66e5f9de915cc836ea5 Mon Sep 17 00:00:00 2001 From: Catalina A <94133018+catalinaadam@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:56:24 +0300 Subject: [PATCH 1/3] PMM-13223 --- docs/quickstart/index.md | 61 +++++++++++++++++++++++++++++++++------- 1 file changed, 51 insertions(+), 10 deletions(-) diff --git a/docs/quickstart/index.md b/docs/quickstart/index.md index 390bd4d917..223f85f99f 100644 --- a/docs/quickstart/index.md +++ b/docs/quickstart/index.md @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 From 81343cd521191f2a47eb7d9b83c74c8b26c6f874 Mon Sep 17 00:00:00 2001 From: Catalina A <94133018+catalinaadam@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:01:14 +0300 Subject: [PATCH 2/3] fixed note --- docs/setting-up/client/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setting-up/client/index.md b/docs/setting-up/client/index.md index 48f7b8091c..025a11acad 100644 --- a/docs/setting-up/client/index.md +++ b/docs/setting-up/client/index.md @@ -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. From 8ab2c7384539d64c1ec6929054ce0d268a5cfcc4 Mon Sep 17 00:00:00 2001 From: Catalina A <94133018+catalinaadam@users.noreply.github.com> Date: Fri, 2 Aug 2024 12:55:53 +0300 Subject: [PATCH 3/3] replaced percona-release enable original release --- docs/setting-up/client/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setting-up/client/index.md b/docs/setting-up/client/index.md index 025a11acad..61db0df6f7 100644 --- a/docs/setting-up/client/index.md +++ b/docs/setting-up/client/index.md @@ -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