Replies: 1 comment
-
I figured it out. The sqlite creates WAL file to store the uncommit data so the uncommit data will not be stored in the db file. |
Beta Was this translation helpful? Give feedback.
-
I figured it out. The sqlite creates WAL file to store the uncommit data so the uncommit data will not be stored in the db file. |
Beta Was this translation helpful? Give feedback.
-
Create docker
docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos ghcr.io/usememos/memos:latest
I can see memos_prod.db file in the ~/.memos but I don't think the data are saved there. I moved it to a new memos docker. I don't see the data. I deleted the db file in my old docker. I still can login and see my notes.
I am confused. Where are my data? I am trying to move it to my new memos docker.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions