After updating n8n to a new version - n8n was completely blank and asking to create user. Data was stored locally (not in a docker), I’ve checked the path and I’ve seen my SQLite databse and everything in it was intact. The configuration of the docker container was not changed - paths are exactly the same. I’ve checked the .n8n folder in docker and looks like it is just not picking up local folder.
Can you check the user the container is running as and what data path it is using? Some systems that provide a UI around docker use the root user instead of the Node user and that can cause issues.
Hi Jon,
Thanks for such a fast reply! So I could not access the “root” inside the docker when I tried. What I’ve done is I deleted the container and installed it from fresh and it worked - now it’s migrating the existing database. Weird that after updating it did not work properly.
Thanks