From 24bdc16d1c44d223e46a585805c580c3adfc7cb1 Mon Sep 17 00:00:00 2001 From: Peter Sirotnak Date: Mon, 23 Mar 2026 12:29:02 +0100 Subject: [PATCH] PMM-7: Fix RC setup of pmm client --- pmm_psmdb-pbm_setup/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmm_psmdb-pbm_setup/Dockerfile b/pmm_psmdb-pbm_setup/Dockerfile index b49df7da..0762c046 100644 --- a/pmm_psmdb-pbm_setup/Dockerfile +++ b/pmm_psmdb-pbm_setup/Dockerfile @@ -66,7 +66,7 @@ RUN if [[ "$PMM_CLIENT_VERSION" == http* ]]; then \ elif [[ "$PMM_CLIENT_VERSION" =~ 3-dev-latest|latest ]]; then \ dnf -y install pmm-client ; \ elif [[ "$PMM_CLIENT_VERSION" = "pmm3-rc" ]]; then \ - percona-release enable pmm3-client testing && \ + percona-release enable-only pmm3-client testing && \ dnf update --refresh -y && \ dnf -y install pmm-client ; \ else \