I use n8n with docker and accidentally deleted my containers and when I created the n8n container again I noticed that I lost everything, my workflows and even my account, can anyone help me recover? Please.
It is impossible to recover, docker container storages are ephemeral. You should have mounted N8N data directory to the local storage to avoid it.
Look for a volume or bind mount you might have used:
docker volume ls
docker volume inspect <volume_name>
Perhaps you didn’t delete the volume and you just didnt reattach the same one when you brought it back up.
Hi, I’m in a similar situation where I am trying to access n8n.{myCompany}.com - it was apparently set up a long time ago but there is no active server, etc.
Is there a way to recover the domain? - there wasn’t any workflows or anything, no real data.
I’m pretty inexperienced with n8n and local hosting, so any information would be greatly appreciated.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.