/usr/local/share/lua/5.1/kong/cmd/start.lua:34: [postgres error] the current database schema does not match this version of Kong. Please run `kong migrations up` to update/initialize the database schema. Be aware that Kong migrations should only run from a single node, and that nodes running migrations concurrently will conflict with each other and might corrupt your database schema!
/usr/local/share/lua/5.1/kong/cmd/start.lua:34: [postgres错误]当前的数据库模式与这个版本的版本不匹配。请运行“kong migrations up”来更新/初始化数据库模式。请注意,Kong迁移应该只从单个节点运行,而运行迁移的节点将会发生冲突,并可能破坏您的数据库模式


本文介绍了解决Kong服务中数据库模式与当前版本不匹配的问题。通过运行特定命令完成数据库模式的更新或初始化,确保Kong服务正常运行。特别强调了在执行数据库迁移时应避免多节点并发操作,以防数据损坏。
71

被折叠的 条评论
为什么被折叠?



