添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
博学的紫菜  ·  Upgrade from 1.29.1 ...·  2 周前    · 
留胡子的打火机  ·  Urbackup Server ...·  2 周前    · 
有腹肌的烤红薯  ·  LevelDB vs. RocksDB ...·  1 周前    · 
阳光的木耳  ·  Error executing ...·  1 年前    · 
打酱油的小蝌蚪  ·  java ...·  1 年前    · 

Docker upgrade to 1.3.1 fails.

What is the error message (if any)?

n8n-n8n-1  | QueryFailedError: SQLITE_ERROR: no such column: AuthIdentity__AuthIdentity_user.globalRoleId
n8n-n8n-1  |     at handler (/usr/local/lib/node_modules/n8n/node_modules/typeorm/driver/sqlite/SqliteQueryRunner.js:81:26)
n8n-n8n-1  |     at replacement (/usr/local/lib/node_modules/n8n/node_modules/sqlite3/lib/trace.js:25:27)
n8n-n8n-1  |     at Statement.errBack (/usr/local/lib/node_modules/n8n/node_modules/sqlite3/lib/sqlite3.js:15:21)
n8n-n8n-1  | Error: Exiting due to an error.
n8n-n8n-1  | QueryFailedError: SQLITE_ERROR: no such column: AuthIdentity__AuthIdentity_user.globalRoleId

Information on your n8n setup

1.3.1

Database (default: SQLite):
SQLite

n8n EXECUTIONS_PROCESS setting (default: own, main):

I do not know

  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Docker

  • Operating system:
  • Windows 10

    It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
  • It seems I’m having the same issue now upgrading from 1.25.1 to 1.32.2.

    When I want to use the old container it does not start anymore

    QueryFailedError: SQLITE_ERROR: no such column: WorkflowEntity__WorkflowEntity_shared.roleId
    at handler (/usr/local/lib/node_modules/n8n/node_modules/typeorm/driver/sqlite/SqliteQueryRunner.js:81:26)

    When I run the new one it does start but workflows are not shown in the Webgui also the gui is only reachable through the IP and not the Domain name anymore.

    When I look to the logs it seems that the workflows are up and running but can’t access them through the GUI

    Sebastian1:

    When I run the new one it does start but workflows are not shown in the Webgui also the gui is only reachable through the IP and not the Domain name anymore.

    I think that’s because of the HTTP instead of HTTPS

    Check this one