From 50ba7b9db8ef23dfa2e00ea9c60926ec775da514 Mon Sep 17 00:00:00 2001 From: Peter Sirotnak Date: Fri, 21 Nov 2025 08:04:26 +0100 Subject: [PATCH] PMM-7: Fix pmm client setup --- pmm_qa/pmm3-client-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pmm_qa/pmm3-client-setup.sh b/pmm_qa/pmm3-client-setup.sh index e59a67d5..15a02b35 100755 --- a/pmm_qa/pmm3-client-setup.sh +++ b/pmm_qa/pmm3-client-setup.sh @@ -66,6 +66,7 @@ if [[ "$client_version" == "pmm3-rc" ]]; then fi if [[ "$client_version" == "pmm3-latest" ]]; then + percona-release enable-only pmm3-client release apt-get -y install pmm-client apt-get -y update percona-release enable-only pmm3-client experimental