General
Escalation
General
Escalation
Description
How to test
None
How to document
Add to FAQ section for users who have issue with running PMM on Centos 7 hosts.
We are releasing docker images with -el7
suffix to use on Centos 7 hosts.
Attachments
2
is duplicated by
Activity
Show:
Nurlan Moldomurov
updated the Planned Version/sJuly 3, 2024 at 8:46 AMNone
2.X
Nurlan Moldomurov
updated the How to documentJune 26, 2024 at 9:27 AMNone
Add to FAQ section for users who have issue with running PMM on Centos 7 hosts.
We are releasing docker images with {{-el7}} suffix to use on Centos 7 hosts.
Nurlan Moldomurov
updated the Needs QAJune 26, 2024 at 9:26 AMYes
No
Nurlan Moldomurov
updated the ComponentsJune 26, 2024 at 9:24 AMNone
Documentation
Percona Bot
updated the AFFECTED USER LEVELMarch 5, 2024 at 10:10 PMNone
Customer
Ondrej Patocka
updated the Needs DocFebruary 13, 2024 at 3:49 PMNone
Yes
Secure Custom Fields for Jira (Security & Permission)
updated the AFFECTED USER LEVELDecember 19, 2023 at 5:21 AMNone
This field doesn't support this UI
Nurlan Moldomurov
updated the Linked IssuesSeptember 13, 2023 at 12:46 PMNone
This issue is duplicated by PMM-12496
Nurlan Moldomurov
changed the AssigneeSeptember 6, 2023 at 12:32 PMUnassigned
Roma Novikov
Roma Novikov
changed the StatusSeptember 5, 2023 at 9:08 AMNew
Confirmation
Carlos Tutte
created the IssueSeptember 1, 2023 at 5:02 PMPinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Reporter
Priority
Medium
Components
Needs QA
No
Needs Doc
Yes
Planned Version/s
Affects versions
Smart ChecklistOpen Smart Checklist
Open Smart Checklist
Created September 1, 2023 at 5:02 PM
Updated July 24, 2024 at 9:11 AM
Deploying a new PMM 2.39 will break after setup:
[root@centos vagrant]# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
5979a863b844 percona/pmm-server:2 "/opt/entrypoint.sh" 55 seconds ago Up 53 seconds (unhealthy) 80/tcp, 0.0.0.0:443->443/tcp pmm-server
Steps to reproduce:
OS: CentOS 7.8
docker version:
[root@centos vagrant]# rpm -qa | grep -i docker
docker-common-1.13.1-209.git7d71120.el7.centos.x86_64
docker-1.13.1-209.git7d71120.el7.centos.x86_64
docker-client-1.13.1-209.git7d71120.el7.centos.x86_64
Follow install steps from https://docs.percona.com/percona-monitoring-and-management/setting-up/server/docker.html#run:
docker pull percona/pmm-server:2
docker volume create pmm-data
docker run --detach --restart always \ --publish 443:443 \ -v pmm-data:/srv \ --name pmm-server \ percona/pmm-server:2
If this is not a bug but an expected behaviour then the minimum docker version required should be upgraded in the documentation page: https://docs.percona.com/percona-monitoring-and-management/setting-up/server/docker.html