Describe the problem/error/question
We accidentally deleted our n8n database during a migration from EC2 to Google Cloud using Kubernetes. During the migration process, we overwrote the EC2 instance and lost the Docker container with our database. We need to recover our workflow data and are looking for any possible recovery options or alternative log systems that might help us retrieve our lost workflows and execution data.
What is the error message (if any)?
No specific error message - this is a data loss situation due to accidental deletion during migration.
Please share your workflow
Unfortunately, we cannot share the workflow as it was lost during the database deletion. We had multiple workflows running in our production environment that we need to recover.
Share the output returned by the last node
Not applicable - we cannot access any outputs as the entire database was deleted.
Information on your n8n setup
- n8n version: V1.
- Database (default: SQLite): Postgresssql
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker (on EC2, now migrating to Google Cloud with Kubernetes)
- Operating system: Linux (EC2), migrating to Google Cloud Platform
Additional Context: We are not using n8n cloud service. During our migration from EC2 to Google Cloud using Kubernetes, we accidentally overwrote our EC2 instance and deleted the Docker container our database. We’re desperately looking for any recovery options, backup systems, or alternative log systems that might help us retrieve our workflow data.
Any help or guidance on possible recovery methods would be greatly appreciated!