1 min read
I want to restart it on some remote server how can I do this?
Vishal Sharma Answered question March 12, 2020
1 min read
I solved this issue by using following command in shell:
service grafana-server restart
or If it is your local server then you should try the following command.
sudo service grafana-server restart
Vishal Sharma Answered question March 12, 2020