Skip to content

Commit

Permalink
PMM-7 fix psmdb setup
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed May 14, 2024
1 parent 4d3a3ae commit 9d90203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmm_psmdb-pbm_setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN if [[ "$PMM_CLIENT_VERSION" == http* ]]; then \
elif [[ "$PMM_CLIENT_VERSION" = "pmm3-rc" ]]; then \
percona-release enable original testing \
yum update --refresh -y \
yum -y install pmm-client ; \
yum -y install pmm3-client ; \
else \
yum -y install pmm-client-${PMM_CLIENT_VERSION}-6.el9 ; \
fi && \
Expand Down

0 comments on commit 9d90203

Please sign in to comment.