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
Hi, i was trying to deploy this grafana version on PCF. I was able to customize run.sh to work with our openstack version of PCF. But I am faced with below issue while the application tries to initialize.
2017-07-19T18:22:31.364-04:00 [APP/PROC/WEB/0] [OUT] t=2017-07-19T22:22:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard"
2017-07-19T18:22:31.370-04:00 [APP/PROC/WEB/0] [OUT] t=2017-07-19T22:22:31+0000 lvl=eror msg="Executing migration failed" logger=migrator id="Add index for plugin_id in dashboard" error="Error 1709: Index column size too large. The maximum column size is 767 bytes."
2017-07-19T18:22:31.370-04:00 [APP/PROC/WEB/0] [OUT] t=2017-07-19T22:22:31+0000 lvl=eror msg="Exec failed" logger=migrator error="Error 1709: Index column size too large. The maximum column size is 767 bytes." sql="CREATE INDEX IDX_dashboard_org_id_plugin_id ON dashboard (org_id,plugin_id);"
2017-07-19T18:22:31.373-04:00 [APP/PROC/WEB/0] [OUT] t=2017-07-19T22:22:31+0000 lvl=eror msg="Fail to initialize orm engine" logger=sqlstore error="Sqlstore::Migration failed err: Error 1709: Index column size too large. The maximum column size is 767 bytes.\n"
Any leads would be very helpful.
The text was updated successfully, but these errors were encountered:
Hi, i was trying to deploy this grafana version on PCF. I was able to customize run.sh to work with our openstack version of PCF. But I am faced with below issue while the application tries to initialize.
2017-07-19T18:22:31.364-04:00 [APP/PROC/WEB/0] [OUT] t=2017-07-19T22:22:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard"
2017-07-19T18:22:31.370-04:00 [APP/PROC/WEB/0] [OUT] t=2017-07-19T22:22:31+0000 lvl=eror msg="Executing migration failed" logger=migrator id="Add index for plugin_id in dashboard" error="Error 1709: Index column size too large. The maximum column size is 767 bytes."
2017-07-19T18:22:31.370-04:00 [APP/PROC/WEB/0] [OUT] t=2017-07-19T22:22:31+0000 lvl=eror msg="Exec failed" logger=migrator error="Error 1709: Index column size too large. The maximum column size is 767 bytes." sql="CREATE INDEX
IDX_dashboard_org_id_plugin_id
ONdashboard
(org_id
,plugin_id
);"2017-07-19T18:22:31.373-04:00 [APP/PROC/WEB/0] [OUT] t=2017-07-19T22:22:31+0000 lvl=eror msg="Fail to initialize orm engine" logger=sqlstore error="Sqlstore::Migration failed err: Error 1709: Index column size too large. The maximum column size is 767 bytes.\n"
Any leads would be very helpful.
The text was updated successfully, but these errors were encountered: