From c7bd2e5cd094dab237bd07dffeb6e8c2d802766c Mon Sep 17 00:00:00 2001 From: Catalina A <94133018+catalinaadam@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:41:34 +0300 Subject: [PATCH 1/3] Update quickstart.md --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 143d930419..b4d7fdfaca 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -84,7 +84,7 @@ Once PMM is set up, choose the database or the application that you want it to m ```sh apt update - apt install -y pmm3-client + apt install -y pmm-client ``` === ":material-redhat: Red Hat-based" From 0f34095cddadc64de7ebfba5813922a5b0568da6 Mon Sep 17 00:00:00 2001 From: Catalina A <94133018+catalinaadam@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:42:14 +0300 Subject: [PATCH 2/3] Update package_manager.md --- docs/install-pmm/install-pmm-client/package_manager.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/install-pmm/install-pmm-client/package_manager.md b/docs/install-pmm/install-pmm-client/package_manager.md index f7ae75aa40..f9764df290 100644 --- a/docs/install-pmm/install-pmm-client/package_manager.md +++ b/docs/install-pmm/install-pmm-client/package_manager.md @@ -7,7 +7,7 @@ On Debian or Red Hat Linux, install `percona-release` and use a Linux package ma ```sh percona-release disable all - percona-release percona-release enable pmm3-client + percona-release percona-release enable pmm-client ``` === "Debian-based" @@ -26,7 +26,7 @@ On Debian or Red Hat Linux, install `percona-release` and use a Linux package ma !!! hint "Root permissions" ```sh apt update - apt install -y pmm3-client + apt install -y pmm-client ``` 3. Check. @@ -48,7 +48,7 @@ On Debian or Red Hat Linux, install `percona-release` and use a Linux package ma 2. Install the PMM Client package. ```sh - yum install -y pmm3-client + yum install -y pmm-client ``` 3. Check. @@ -64,7 +64,7 @@ On Debian or Red Hat Linux, install `percona-release` and use a Linux package ma To manually download package manager: {.power-number} -1. Visit the [Percona Monitoring and Management 3 download](https://www.percona.com/downloads/pmm3/) page. +1. Visit the [Percona Monitoring and Management 3 download](https://www.percona.com/downloads//) page. 2. Under *Version:*, select the one you want (usually the latest). 3. Under *Software:*, select the item matching your software platform. 4. Click to download the package file: @@ -96,5 +96,5 @@ To manually download package manager: - [Red Hat/CentOS/Oracle 8](https://www.percona.com/downloads/pmm3/{{release}}/binary/redhat/8/) - [Ubuntu 18.04 (Bionic Beaver)](https://www.percona.com/downloads/pmm3/{{release}}/binary/debian/bionic/) - [Ubuntu 20.04 (Focal Fossa)](https://www.percona.com/downloads/pmm3/{{release}}/binary/debian/focal/) - - [Ubuntu 22.04 (Jammy Jellyfish)](https://www.percona.com/downloads/pmm3/{{release}}/binary/debian/jammy/) + - [Ubuntu 22.04 (Jammy Jellyfish)](https://www.percona.com/downloads//{{release}}/binary/debian/jammy/) From dad8b95df8177069bd74cff14d06ea9e420b5dee Mon Sep 17 00:00:00 2001 From: Catalina A <94133018+catalinaadam@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:51:10 +0300 Subject: [PATCH 3/3] corrected install v3 command --- docs/quickstart/index.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/quickstart/index.md b/docs/quickstart/index.md index 18ae9c2e04..83cca71ecc 100644 --- a/docs/quickstart/index.md +++ b/docs/quickstart/index.md @@ -83,13 +83,13 @@ Once PMM is set up, choose the database or the application that you want it to m 2. Enable the PMM client repository: ```sh - percona-release enable pmm3-client release + percona-release enable pmm-client release ``` 3. Install the PMM Client package: ```sh apt update - apt install -y pmm3-client + apt install -y pmm2-client ``` === ":material-redhat: Red Hat-based" @@ -106,12 +106,12 @@ Once PMM is set up, choose the database or the application that you want it to m 5. Enable the PMM client repository: ```sh - percona-release enable pmm3-client release + percona-release enable pmm-client release ``` 6. Install the PMM Client package: ```sh - yum install -y pmm3-client + yum install -y pmm-client ``` 3. Register PMM Client: @@ -189,13 +189,13 @@ Once PMM is set up, choose the database or the application that you want it to m 2. Enable the PMM client repository: ```sh - percona-release enable pmm3-client release + percona-release enable pmm-client release ``` 3. Install the PMM Client package: ```sh apt update - apt install -y pmm3-client + apt install -y pmm-client ``` === ":material-redhat: Red Hat-based" @@ -211,12 +211,12 @@ Once PMM is set up, choose the database or the application that you want it to m 2. Enable the PMM client repository: ```sh - percona-release enable pmm3-client release + percona-release enable pmm-client release ``` 3. Install the PMM Client package: ```sh - yum install -y pmm3-client + yum install -y pmm-client ``` 8. Register PMM Client: @@ -303,13 +303,13 @@ Once PMM is set up, choose the database or the application that you want it to m 2. Enable the PMM client repository: ```sh - percona-release enable pmm3-client release + percona-release enable pmm-client release ``` 3. Install the PMM Client package: ```sh apt update - apt install -y pmm3-client + apt install -y pmm-client ``` === ":material-redhat: Red Hat-based" @@ -325,12 +325,12 @@ Once PMM is set up, choose the database or the application that you want it to m 2. Enable the PMM client repository: ```sh - percona-release enable pmm3-client release + percona-release enable pmm-client release ``` 3. Install the PMM Client package: ```sh - yum install -y pmm3-client + yum install -y pmm-client ``` 4. Register PMM Client: @@ -370,13 +370,13 @@ Once PMM is set up, choose the database or the application that you want it to m 2. Enable the PMM client repository: ```sh - percona-release enable pmm3-client release + percona-release enable pmm-client release ``` 3. Install the PMM Client package: ```sh apt update - apt install -y pmm3-client + apt install -y pmm-client ``` === ":material-redhat: Red Hat-based" @@ -392,12 +392,12 @@ Once PMM is set up, choose the database or the application that you want it to m 2. Enable the PMM client repository: ```sh - percona-release enable pmm3-client release + percona-release enable pmm-client release ``` 3. Install the PMM Client package: ```sh - yum install -y pmm3-client + yum install -y pmm-client ``` 3. Register PMM Client: @@ -436,13 +436,13 @@ Once PMM is set up, choose the database or the application that you want it to m 2. Enable the PMM client repository: ```sh - percona-release enable pmm3-client release + percona-release enable pmm-client release ``` 3. Install the PMM Client package: ```sh apt update - apt install -y pmm3-client + apt install -y pmm-client ``` === ":material-redhat: Red Hat-based" @@ -458,12 +458,12 @@ Once PMM is set up, choose the database or the application that you want it to m 2. Enable the PMM client repository: ```sh - percona-release enable pmm3-client release + percona-release enable pmm-client release ``` 3. Install the PMM Client package: ```sh - yum install -y pmm3-client + yum install -y pmm-client ``` 4. Register PMM Client: