SQLite cant open

I start a new n8n container without volume and everything works but with the volume I have an error.
image

Welcome to the community @Maxime-p!

Seems to be a permission issue. You can try to run something like:

sudo chmod 777 -R ~/.n8n

on your system and see if it works then.

There is already a PR open that is supposed to fix exactly this problem. Sadly did we have problems when we did try to review it. We will try again and see if our next attempt is more successful. Here the PR I am talking about:
https://github.com/n8n-io/n8n/pull/1293/files

1 Like