Skip to content

Commit

Permalink
PMM-13754 Fix links to binaries (#3609)
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk authored Feb 13, 2025
1 parent 1095e9a commit d5d500b
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ Choose your installation instructions based on whether you have root permissions

=== "For x86_64 (AMD64)"
```sh
wget https://downloads.percona.com/downloads/pmm/{{release}}/binary/tarball/pmm-client-{{release}}-x86_64.tar.gz
wget https://downloads.percona.com/downloads/pmm3/{{release}}/binary/tarball/pmm-client-{{release}}-x86_64.tar.gz
```

=== "For ARM64 (aarch64)"
```sh
wget https://downloads.percona.com/downloads/pmm/{{release}}/binary/tarball/pmm-client-{{release}}-aarch64.tar.gz
wget https://downloads.percona.com/downloads/pmm3/{{release}}/binary/tarball/pmm-client-{{release}}-aarch64.tar.gz
```

2. Download the corresponding checksum file:

=== "For x86_64 (AMD64)"
```sh
wget https://downloads.percona.com/downloads/pmm/{{release}}/binary/tarball/pmm-client-{{release}}-x86_64.tar.gz.sha256sum
wget https://downloads.percona.com/downloads/pmm3/{{release}}/binary/tarball/pmm-client-{{release}}-x86_64.tar.gz.sha256sum
```

=== "For ARM64 (aarch64)"
```sh
wget https://downloads.percona.com/downloads/pmm/{{release}}/binary/tarball/pmm-client-{{release}}-aarch64.tar.gz.sha256sum
wget https://downloads.percona.com/downloads/pmm3/{{release}}/binary/tarball/pmm-client-{{release}}-aarch64.tar.gz.sha256sum
```

3. Verify the download:
Expand Down Expand Up @@ -99,24 +99,24 @@ Choose your installation instructions based on whether you have root permissions

=== "For x86_64 (AMD64)"
```sh
wget https://downloads.percona.com/downloads/pmm/{{release}}/binary/tarball/pmm-client-{{release}}-x86_64.tar.gz
wget https://downloads.percona.com/downloads/pmm3/{{release}}/binary/tarball/pmm-client-{{release}}-x86_64.tar.gz
```

=== "For ARM64 (aarch64)"
```sh
wget https://downloads.percona.com/downloads/pmm/{{release}}/binary/tarball/pmm-client-{{release}}-aarch64.tar.gz
wget https://downloads.percona.com/downloads/pmm3/{{release}}/binary/tarball/pmm-client-{{release}}-aarch64.tar.gz
```

2. Download the corresponding checksum file:

=== "For x86_64 (AMD64)"
```sh
wget https://downloads.percona.com/downloads/pmm/{{release}}/binary/tarball/pmm-client-{{release}}-x86_64.tar.gz.sha256sum
wget https://downloads.percona.com/downloads/pmm3/{{release}}/binary/tarball/pmm-client-{{release}}-x86_64.tar.gz.sha256sum
```

=== "For ARM64 (aarch64)"
```sh
wget https://downloads.percona.com/downloads/pmm/{{release}}/binary/tarball/pmm-client-{{release}}-aarch64.tar.gz.sha256sum
wget https://downloads.percona.com/downloads/pmm3/{{release}}/binary/tarball/pmm-client-{{release}}-aarch64.tar.gz.sha256sum
```

3. Verify the download:
Expand Down Expand Up @@ -186,4 +186,4 @@ Choose your installation instructions based on whether you have root permissions
- Extract it.
- Run `./install_tarball script `with the `-u` flag.

The configuration file will be overwritten if you do not provide the -`u` flag while the pmm-agent is updated.
The configuration file will be overwritten if you do not provide the -`u` flag while the pmm-agent is updated.

0 comments on commit d5d500b

Please sign in to comment.