Hi all,
I’m trying to upgrade Grafana2.6 to 4.x. so for the safe side i started to upgrade to 3.x
Running Centos, upgrading using Yum.
output:
Running Transaction
Updating : grafana-3.0.4-1464167696.x86_64 1/2
Cleanup : grafana-2.6.0-1.x86_64 2/2
Verifying : grafana-3.0.4-1464167696.x86_64 1/2
Verifying : grafana-2.6.0-1.x86_64 2/2
Updated:
grafana.x86_64 0:3.0.4-1464167696
Complete!
[root@ ~]# sudo service grafana-server start
Starting Grafana Server: .... OK
No web page is laoding under port 3000.
I checked what the process running using: " ps -auxwe " and it seems that the config file is under:
/usr/sbin/grafana-server --pidfile=/var/run/grafana-server.pid --config=/etc/grafana/grafana.ini
I checked the Grafana.ini and it seems that it is the sample file and not the original one.
what can i do to solve it?