Done
Details
Assignee
UnassignedUnassignedReporter
SebastianSebastianPriority
HighComponents
Labels
Fix versions
Affects versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Sebastian
SebastianPriority
Components
Labels
Fix versions
Affects versions
Smart Checklist
Smart Checklist
Smart Checklist
Created April 11, 2018 at 9:34 PM
Updated March 6, 2024 at 7:39 AM
Resolved May 24, 2018 at 9:29 AM
When running with DISABLE_UPDATES=true docker container restarts with this error:
# docker logs pmm-server sed: can't read /usr/share/pmm-server/landing-page/index.html: No such file or directory ...
This is the relevant part - https://github.com/percona/pmm-server/blob/v1.9.0/entrypoint.sh#L56-L58
# rpm -qlp pmm-server-1.8.1-7.1803090957.6999077.el7.noarch.rpm | grep "/usr/share/pmm-server/landing-page/index.html" /usr/share/pmm-server/landing-page/index.html # rpm -qlp pmm-server-1.10.0-10.1804091356.967f528.el7.noarch.rpm | grep "/usr/share/pmm-server/landing-page/index.html"