N8n CLI ‘execute’ with Task Broker and SQLite: Do I need to migrate to Postgres for multi-instance?

Before the last update, when you had an n8n instance running, you could launch the CLI command n8n execute to run a workflow. Now, with the Task Broker, this is no longer possible. I am using SQLite maybe if I migrate to Postgres it will work? Will I then be able to run multiple self-hosted n8n instances?

I looked into this issue you’re facing with the Task Broker and SQLite. The problem arises because the Task Broker doesn’t support SQLite out of the box for multi-instance setups. You might need to migrate to Postgres if you want to run multiple instances. I recommend looking into configuring n8n’s queue mode properly using a database like PostgreSQL, which should allow you to manage more than one instance. Let me know if this works!