[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