Trying to update grafana from grafana-4.6.3-1.x86_64 to grafana-5.0.3-1.x86_64
[root@ip-10-0-0-207 GrafanaScripts]# grafana-server -v Version 4.6.3 (commit: 7a06a47)
[root@ip-10-0-0-207 grafana]# grafana-server -v Version 5.0.3 (commit: 91162f3)
Update grafana from repo via yum update
After that grafana start failed with errors in log file :
t=2018-03-22T15:43:11+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" t=2018-03-22T15:43:11+0000 lvl=eror msg="Executing migration failed" logger=migrator id="Remove unique index org_id_slug" error="Error 1091: Can't DROP 'UQE_dashboard_org_id_slug' ; check that column/key exists" t=2018-03-22T15:43:11+0000 lvl=eror msg="Exec failed" logger=migrator error="Error 1091: Can't DROP 'UQE_dashboard_org_id_slug'; check that column/key exists" sql="DROP INDEX
UQE
_dashboard_org_id_slugON
dashboard" t=2018-03-22T15:43:11+0000 lvl=eror msg="Fail to initialize orm engine" logger=sqlstore error="Sqlstore::Migration failed err: Error 1091: Can't DROP 'UQE_dashboard_org_id_slug'; check that column/key exists\n"
t=2018-03-22T15:43:12+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" t=2018-03-22T15:43:12+0000 lvl=eror msg="Executing migration failed" logger=migrator id="Remove unique index org_id_slug" error="Error 1091: Can't DROP 'UQE_dashboard_org_id_slug'; check that column/key exists" t=2018-03-22T15:43:12+0000 lvl=eror msg="Exec failed" logger=migrator error="Error 1091: Can't DROP 'UQE_dashboard_org_id_slug'; check that column/key exists" sql="DROP INDEX
UQE_dashboard_org_id_slugON
dashboard" t=2018-03-22T15:43:12+0000 lvl=eror msg="Fail to initialize orm engine" logger=sqlstore error="Sqlstore::Migration failed err: Error 1091: Can't DROP 'UQE_dashboard_org_id_slug'; check that column/key exists\n"
t=2018-03-22T15:43:12+0000 lvl=eror msg="Executing migration failed" logger=migrator id="Remove unique index org_id_slug" error="Error 1091: Can't DROP 'UQE_dashboard_org_id_slug'; check that column/key exists" t=2018-03-22T15:43:12+0000 lvl=eror msg="Exec failed" logger=migrator error="Error 1091: Can't DROP 'UQE_dashboard_org_id_slug'; check that column/key exists" sql="DROP INDEX
UQE_dashboard_org_id_slugON
dashboard" t=2018-03-22T15:43:12+0000 lvl=eror msg="Fail to initialize orm engine" logger=sqlstore error="Sqlstore::Migration failed err: Error 1091: Can't DROP 'UQE_dashboard_org_id_slug'; check that column/key exists\n"
t=2018-03-22T15:43:12+0000 lvl=eror msg="Executing migration failed" logger=migrator id="Remove unique index org_id_slug" error="Error 1091: Can't DROP 'UQE_dashboard_org_id_slug'; check that column/key exists" t=2018-03-22T15:43:12+0000 lvl=eror msg="Exec failed" logger=migrator error="Error 1091: Can't DROP 'UQE_dashboard_org_id_slug'; check that column/key exists" sql="DROP INDEX
UQE_dashboard_org_id_slugON
dashboard" t=2018-03-22T15:43:12+0000 lvl=eror msg="Fail to initialize orm engine" logger=sqlstore error="Sqlstore::Migration failed err: Error 1091: Can't DROP 'UQE_dashboard_org_id_slug'; check that column/key exists\n"
t=2018-03-22T15:43:12+0000 lvl=eror msg="Executing migration failed" logger=migrator id="Remove unique index org_id_slug" error="Error 1091: Can't DROP 'UQE_dashboard_org_id_slug'; check that column/key exists" t=2018-03-22T15:43:12+0000 lvl=eror msg="Exec failed" logger=migrator error="Error 1091: Can't DROP 'UQE_dashboard_org_id_slug'; check that column/key exists" sql="DROP INDEX
UQE_dashboard_org_id_slugON
dashboard" t=2018-03-22T15:43:12+0000 lvl=eror msg="Fail to initialize orm engine" logger=sqlstore error="Sqlstore::Migration failed err: Error 1091: Can't DROP 'UQE_dashboard_org_id_slug'; check that column/key exists\n"
Could someone help me with this problem ?