Hi everyone,
I deployed n8n on Zeabur with a PostgreSQL database.
Current version:
n8n 1.82.3
Problem:
I cannot log in to the n8n UI.
Error message shown in the UI:
column User.role does not exist
Runtime logs also show migration related errors such as:
Cannot read properties of undefined (reading ‘removeAllQueuedWorkflowActivations’)
The last migration reported was:
CreateChatHubToolsTable1770000000000
My setup:
- n8n service on Zeabur
- PostgreSQL service on Zeabur
- workflows stored in PostgreSQL
I have not modified the container or database manually because I want to preserve the current state for troubleshooting.
Has anyone encountered this issue before?
Could this be caused by a failed migration?
Any advice would be appreciated.
N8N_RELEASE_DATE=$(date -u +“%Y-%m-%dT%H:%M:%SZ”)
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:



