Skip to:
Using docker image perconalab/pmm-client:3-dev-latest
in "MySQL Instance Summary - Service Summary" causes:
/usr/local/percona/pmm2/tools/pt-mysql-summary: line 227: perl: command not found
/usr/local/percona/pmm2/tools/pt-mysql-summary: line 264: /tmp/pt-mysql-summary.743.efzNs0/po/*: No such file or directory
No long attribute in option spec /tmp/pt-mysql-summary.743.efzNs0/po/*
We need to install perl into PMM Client docker image to not face this issue.
Some data might be unavailable in pt-mysql-summary result, but majority of informaion should be available in Service summary panel.
Install PMM server & PMM client using docker.
Install MySQL using docker as well.
Configure node and add MySQL to PMM
Navigate to MySQL / MySQL Instance Summary
MySQL / MySQL Instance Summary
You will see the error which is mentioned in description and in the screenshot.
Tested using docker container for pmm client and ps 8.0 connected trough that pmm client container:
Hi,Could you please try now with perconalab/pmm-client-fb:PR-3831-367134d?
perconalab/pmm-client-fb:PR-3831-367134d
It seems to me something is wrong with permissions for ‘pmm’ folder. I started docker client and it fail with:
I re-checked with 3-dev-latest client container and everything is ok.
Hi
Thank you for the report.It is verified as described.
Using docker image perconalab/pmm-client:3-dev-latest
in "MySQL Instance Summary - Service Summary" causes:
/usr/local/percona/pmm2/tools/pt-mysql-summary: line 227: perl: command not found
/usr/local/percona/pmm2/tools/pt-mysql-summary: line 264: /tmp/pt-mysql-summary.743.efzNs0/po/*: No such file or directory
No long attribute in option spec /tmp/pt-mysql-summary.743.efzNs0/po/*
We need to install perl into PMM Client docker image to not face this issue.
Some data might be unavailable in pt-mysql-summary result, but majority of informaion should be available in Service summary panel.