You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying pmm upgrade with helm chart (helm upgrade doesn't works, so I need to run uninstall/install helm chart) pmm-upgrade fail TASK [initialization : Change default admin id] ******************************** fatal: [localhost]: FAILED! => {"changed": false, "msg": "unable to connect to database: connection to server on socket \"/var/run/postgresql/.s.PGSQL.5432\" failed: FATAL: database \"grafana\" does not exist\n"}
Where does this task have defined or use this config for postgresql? How to change it?
Expected Results
Upgrade done
Actual Results
Failed/stuck/no revert to previous version
Version
PMM Server 2.41.0 -> 2.41.1
Steps to reproduce
define grafana external postgres db using pmmEnv in values file:
Hi this issue still persist, upgrade process is still trying to connect to localhost postgres using socket, even if i defined ENV vars in every possible grafana file where it could be, even the defaults.ini
Task will fail over and over again.
The bypassing of this issue is to not upgrade, but remove pmm by helm uninstall and delete pvc, and install it like new release, so no upgrade process here, then it works with external grafana postgresql.. Which means all metrics are lost...
Description
Trying pmm upgrade with helm chart (helm upgrade doesn't works, so I need to run uninstall/install helm chart)
pmm-upgrade fail
TASK [initialization : Change default admin id] ******************************** fatal: [localhost]: FAILED! => {"changed": false, "msg": "unable to connect to database: connection to server on socket \"/var/run/postgresql/.s.PGSQL.5432\" failed: FATAL: database \"grafana\" does not exist\n"}
Where does this task have defined or use this config for postgresql? How to change it?
Expected Results
Upgrade done
Actual Results
Failed/stuck/no revert to previous version
Version
PMM Server 2.41.0 -> 2.41.1
Steps to reproduce
define grafana external postgres db using pmmEnv in values file:
GF_DATABASE_HOST:
GF_DATABASE_NAME:
GF_DATABASE_TYPE:
GF_DATABASE_USER:
GF_DATABASE_PASSWORD:
Relevant logs
Code of Conduct
The text was updated successfully, but these errors were encountered: