That would normally mean the data volume has changed or was not set correctly. Which command are you using to run n8n and if you are using ~/.n8n/ for the volume did you make sure you ran the command as the same user in Ubuntu as using root would result in ~/.n8n/ being /root/.n8n but if you used a user called xewonder the same path would be something like /home/xewonder/.n8n.
It looks like the volume is there and is set to using the logged in users home path, If you are always using root they should still be there sadly if they are not there there is not really anything we can do as they will be kept in the database but I would have expected the restore to bring them back.
It might be worth double checking you donât have any other user accounts on the system and if you do check their home folders for the .n8n folder.
Yeah the workflows will be stored in the database and 0.236 didnât have any of the workflow history stuff in it so whatever is saved will be in there. Oddly just restarting shouldnât have changed anything, Did you maybe do an update or was it just a restart?
If you are looking in the database itself check the workflows table to see what is in there, You might be lucky and it could be a bug on the older version that we have not seen before.
Somethings are kept in memory but workflows are stored in the database, Have you checked that there is no other users on the system with a .n8n folder in their home path?
Do you have the workflow execution history in the execution log?
I am still not sure how it even happened in the first place, I think there is an important bit of information missing I am just not sure what it is.
I would say as there are no other reports of this it must be something local although you are using version 0.236 and we removed 0.236.0 and 0.236.1 so you could be on a version that doesnât âexistâ but a lot has also changed since July so it could be worth updating.
The thing that i totally do not understand is how it can be that when the workflows are stored in the database and i was working on them 5 minutes before they vanish⌠and also from the image from the previous day.
Maybe a weeks work was just in my dreams and i actually did not do anything and just woke up?
Jokes apart, the docker was restarted as mysql was not returning values on a perfect query⌠(validated in toad)
I close this as it is impossible to find out now what happened. The good thing out of this is that i am now backing up all my workflows and database every night.