From a6768f501f2b8569a8593f34bc6041d5148425d8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 10 Nov 2025 14:17:12 +0000 Subject: [PATCH 1/2] Initial plan From d1c3eecc6e29b759db927f449b3f9352ff2a0232 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 10 Nov 2025 14:20:55 +0000 Subject: [PATCH 2/2] Add percona-release enable pmm3-client release to Dockerfile else block Co-authored-by: travagliad <215686151+travagliad@users.noreply.github.com> --- pmm_psmdb-pbm_setup/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/pmm_psmdb-pbm_setup/Dockerfile b/pmm_psmdb-pbm_setup/Dockerfile index 2c302fe8..d750262a 100644 --- a/pmm_psmdb-pbm_setup/Dockerfile +++ b/pmm_psmdb-pbm_setup/Dockerfile @@ -70,6 +70,7 @@ RUN if [[ "$PMM_CLIENT_VERSION" == http* ]]; then \ dnf update --refresh -y && \ dnf -y install pmm-client ; \ else \ + percona-release enable pmm3-client release && \ if [[ "$PMM_CLIENT_VERSION" =~ ^([3-9])\.([1-9][0-9]*)\.([0-9]+)$ ]]; then \ dnf -y install pmm-client-${PMM_CLIENT_VERSION}-7.el${OL_VERSION} ; \ else \