PMM LDAP not consistent

Description:

I work with the default Percona PMM-server 2 docker image and try to get the grafana LDAP settings persistent. I am unable to mount alternative versions of grafana.ini and ldap.toml, i think because of the strict permissions of these files within the image.
I use this in my container file:

    -v /home/xx/.config/containers/grafana.ini:/etc/grafana\grafana.ini \
    -v /home/xx/.config/containers/ldap.toml:/etc/grafana\ldap.toml \

Has any one else got this working?
I use podman on a RHEL 9 server and run the container on systemd.
Hope you can help me in the right direction.

Hi,
We do not recommend to make any changes in grafana.ini file, it can be harmful and lost during upgrades.
Here is a good article how to run PMM with LDAP.

1 Like

Hi,
Thank you very much, I will try this method.

It works like a charm. Thank you very much.