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:
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: