My n8n rollback all workflows to an outdated version.
Recently I’ve been facing a big problem; this is the second time on Mondays that I’ve experienced a rollback to October 26th. I don’t know why this is happening, if it was something misconfigured or something I might have done, but we’ve been using n8n for months and only recently started experiencing this.
Information on your n8n setup
n8n version: 1.113.3
Database (default: SQLite): SQLite
n8n EXECUTIONS_PROCESS setting (default: own, main): default i guess
Running n8n via (Docker, npm, n8n cloud, desktop app): docker
Operating system: ubuntu selfhosted docker in digital ocean
You both are using SQLLite, typically rollbacks of data, can be attributed to SQL database itself if some of the data isn’t committed. If its a data problem, look at whats commiting it to the database, if its rolling back actual workflows and other things… well, that maybe a different story
The strange thing from my point of view is that it is seemingly random. I can be working on a workflow save it, leave it running for a few days and then it reverts sometimes days into the past.
Although it seems to have been stable for a few days now…
Is there a way to change from SQLite to a different DB when using Docker?