I lost my workflows after updating with latest docker version

[details="instance information"]
# Debug info

## core

- n8nVersion: 1.76.3
- platform: docker (self-hosted)
- nodeJsVersion: 20.18.2
- database: sqlite
- executionMode: regular
- concurrency: -1
- license: community
- consumerId: unknown

## storage

- success: all
- error: all
- progress: false
- manual: true
- binaryMode: memory

## pruning

- enabled: true
- maxAge: 336 hours
- maxCount: 10000 executions

## client

- userAgent: mozilla/5.0 (macintosh; intel mac os x 10_15_7) applewebkit/537.36 (khtml, like gecko) chrome/132.0.0.0 safari/537.36
- isTouchDevice: false

Generated at: 2025-02-12T21:20:48.389Z
[/details]

I have updated my local docker to the latest version as defined in the documentation.
When trying to run the new image, i got a message asking to delete the previus container, so I did it.
Now, in the new container, i lost my worklfows.
Is there any chance t dind them back ? where are the stored ?
imn my docker run command i use

-v n8n_data:/home/node/.n8n \

I thought that the data repository would continuew to exist after I delete the container, but the old workflows do not shup up in the new container

I am on a MAC Os

1 Like

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:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.