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
Trying to restart kong after the box got powered off. Seeing a failure which says "Error during migration 2015-01-12-175310_init_schema: [Invalid] Undefined column name request_host"
Steps To Reproduce
Start Kong
kong start -c kong.conf --vv
Additional Details & Logs
2017/10/29 14:56:47 [verbose] stopped services
Error:
/usr/local/share/lua/5.1/kong/cmd/start.lua:34: /usr/local/share/lua/5.1/kong/cmd/start.lua:21: [cassandra error] Error during migration 2015-01-12-175310_init_schema: [Invalid] Undefined column name request_host
stack traceback:
[C]: in function 'error'
/usr/local/share/lua/5.1/kong/cmd/start.lua:34: in function 'cmd_exec'
/usr/local/share/lua/5.1/kong/cmd/init.lua:88: in function </usr/local/share/lua/5.1/kong/cmd/init.lua:88>
[C]: in function 'xpcall'
/usr/local/share/lua/5.1/kong/cmd/init.lua:88: in function </usr/local/share/lua/5.1/kong/cmd/init.lua:45>
/usr/local/bin/kong:7: in function 'file_gen'
init_worker_by_lua:40: in function <init_worker_by_lua:38>
[C]: in function 'pcall'
init_worker_by_lua:47: in function <init_worker_by_lua:45>
Cassandra nodes are Up and Running without any issues.
Kong version ($ kong version) - 0.10.3
Operating System - Ubuntu 16.04
The text was updated successfully, but these errors were encountered:
Summary
Trying to restart kong after the box got powered off. Seeing a failure which says "Error during migration 2015-01-12-175310_init_schema: [Invalid] Undefined column name request_host"
Steps To Reproduce
Additional Details & Logs
Cassandra nodes are Up and Running without any issues.
$ kong version
) - 0.10.3The text was updated successfully, but these errors were encountered: