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
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