I am automating an installation of PMM server, and want to add the clients automatically as well. In my case, this requires the server username and password.
With PMM v1 I could set the username and password in Docker with extra environment variables, using:
SERVER_USER
SERVER_PASSWORD
How do I set this for v2? I tried using the same values, but this doesn’t work.
The docs. don’t describe a way of setting this. It only describes ; browse to the web-gui and login using admin as username and password. Then change the password…
This is undesired in my situation, as I’d like to set the username and password automatically.