Feedback needed: new PMM Quickstart guide

Dear members of the PMM community,

I hope this message finds you well. I wanted to bring your attention to our new installation guide for PMM. I kindly request you to take a look at it and provide your valuable feedback. Your input is crucial to us as we strive to make the installation process easier and faster for our users.

We would also appreciate it if you could let us know if you faced any other documentation-related problems while starting with PMM. Our documentation team and I will closely monitor your feedback and work to address any issues that are identified.

Thank you in advance for your cooperation and support.

Best regards,
Roman Novikov
Product Manager, PMM@percona

I tried it today,
for me this Quickstart is for testing, I used it in conjunction with Percona Everest.

  1. Installed PMM on AWS. Got the IP with the dashboard.
  2. Tried to enable monitoring in Percona Everest, but it failed to connect. Could not connect to PMM API via https from ip (since there is no certificate as I understood).
  3. I had to stop the PMM container and start it again by opening port 80.
docker run \
--detach \
--restart always
--publish 443:443.
--publish 80:80
--volumes-from pmm-data.
--name pmm-server
percona/pmm-server:2

Everything went well after that.

1 Like