Chatwoot in easypanel update error "db migrate"

Hi friends, how are you? I hope you can help me with this problem.
I use chatwoot and easypanel hosted on contabo connected to my n8n flow and decided to update it because I was having problems with the automatic assignment of new conversations. So, in my easypanel source, I changed my version from 4.0.1 to 4.2.0. But when I open it, it says “Service is not reachable.” In the summary, it says “Tasks: TOP => db:migrate.” I’m new and have no idea what to do. Thank you very much, friends. Blessings on your projects and good luck.

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:

Hey @Sebastian5 welcome to the community.

Regarding your question, it is a classic database migration issue that happens when upgrading Chatwoot or any Rails app. The error db:migrate means the database schema needs to be updated for the new version but it’s failing.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.