Skip to content

Commit 74d03b3

Browse files
authored
Pmm3 fix client for release version (#113)
* Updates to fix client version
1 parent a32f367 commit 74d03b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pmm_qa/pmm3-client-setup.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ if [[ "$client_version" == "pmm3-latest" ]]; then
7272
fi
7373

7474
## Only supported for debian based systems for now
75-
if [[ "$client_version" =~ ^"3." ]]; then
76-
## Note: only experimental packages are present atm.
77-
wget -O pmm-client.deb https://repo.percona.com/pmm3-client/apt/pool/experimental/p/pmm-client/pmm-client_${client_version}-6.$(lsb_release -sc)_amd64.deb
75+
if [[ "$client_version" =~ ^3\.[0-9]+\.[0-9]+$ ]]; then
76+
wget -O pmm-client.deb https://repo.percona.com/pmm3-client/apt/pool/main/p/pmm-client/pmm-client_${client_version}-7.$(lsb_release -sc)_amd64.deb
7877
dpkg -i pmm-client.deb
7978
fi
8079

0 commit comments

Comments
 (0)