All;
I just upgraded Grafana from 4.6.2 to 5.0.0-beta1 on a CentOS 6 server. It should of been a straight forward process but now I can’t get it to start. The only thing I am seeing in the log is the following:
t=2018-02-07T10:03:29-0500 lvl=dbug msg=Executing logger=migrator sql="CREATE UNIQUE INDEX UQE_dashboard_org_id_folder_id_title ON dashboard (org_id,folder_id,title);"
t=2018-02-07T10:03:29-0500 lvl=info msg=“Executing migration” logger=migrator id="Add unique index for dashboard_org_id_title_folder_id"
t=2018-02-07T10:03:29-0500 lvl=eror msg=“Executing migration failed” logger=migrator id=“Add unique index for dashboard_org_id_title_folder_id” error="Error 1071: Specified key was too long; max key length is 767 bytes"
t=2018-02-07T10:03:29-0500 lvl=eror msg=“Exec failed” logger=migrator error=“Error 1071: Specified key was too long; max key length is 767 bytes” sql="CREATE UNIQUE INDEX UQE_dashboard_org_id_folder_id_title ON dashboard (org_id,folder_id,title);"
t=2018-02-07T10:03:29-0500 lvl=eror msg=“Fail to initialize orm engine” logger=sqlstore error=“Sqlstore::Migration failed err: Error 1071: Specified key was too long; max key length is 767 bytes\n”
Honestly, I’m not sure what this means, if anything. Any insight at all would be greatly appreciated.
Thanks;
Frank
Thank you very, very much for the quick response. Its strange, I have an Ubuntu server that I use for development and I upgraded that without any issues.
Regards;
Frank