Hello everyone.
Yes. I am in version 0.233.1 (yes, 1 yr old version) and I am too scared to upgrade to the latest N8N version in Jul 2024.
I was putting it off because the ‘breaking changes’ section seemed too scary for me and I have several sensitive workflows running 24x7.
Do you think I am done for, and cant upgrade to 1.x version ever 
Or should I just docker-compose down, pull and up the instance and pray it works?
Or do you suggest something else? please help me out🥲
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Hello @Dhyaneshwar_Ra
The simplest option is to create another instance of n8n with latest version and move your old workflows there one by one (with copy+paste or via export/import)
should I update incrementally?
hell no. Completely new instance with latest version of n8n and with new database.
The old versions (before v1.0) has some nodes which does not exists in the new one or they have been replaced. Plus there were many changes in the DB also.
Once you have moved all workflows into the new instance, you can decomiss the old one
can I use the cli to export workflows and credentials? and can I directly import them in the new instance?
Also, I dont think I am using any of the depreciated nodes right now