Hi there,
I lost my workflows when updating to a new version of N8N. I’m self hosting on a Digital Ocean droplet and unfortunately I didn’t back up. Previous upgrades were always without issue.
I updated using the following commands
- ssh [email protected]
- cd n8n-docker-caddy
- docker compose pull
- docker compose down
- docker compose up -d
Are my workflows lost forever, or can I retrieve them in some way? I’m not very good with using the terminal (as you can see). Would appreciate your help!
Information on your n8n setup
- **n8n version: 1.42.1
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- **Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system:
This is my Docker Compose file