Backing up my db to another server #3920
-
But it only shows the memo entries from a day ago. I see there are two other .db-something files. Does the SQLite db somehow delay writes? Just trying to back it up frequently |
Beta Was this translation helpful? Give feedback.
Answered by
RoccoSmit
Sep 14, 2024
Replies: 1 comment 1 reply
-
You will need to back up all 3 files. See documentation of what files are here https://www.sqlite.org/walformat.html Snippet from the above link that could explain your issue:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
boojack
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You will need to back up all 3 files. See documentation of what files are here https://www.sqlite.org/walformat.html
Snippet from the above link that could explain your issue: