-
I have a DB that is being replicated into an S3 bucket.
I get three files as a result:
Why are the write-ahead logs tmp-shm and tmp-wal, and not -shm and -wal? SQLite ignores these files, and my quick test shows that the single .db file contains the data's most up-to-date version without any write-ahead log. Why are the tmp- files there? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
That was fixed in #529 but there's no release yet with the fix. |
Beta Was this translation helpful? Give feedback.
-
Perfect, thank you! I wonder why I didn't find that issue (I did search). This both explains it, and is reassuring. |
Beta Was this translation helpful? Give feedback.
That was fixed in #529 but there's no release yet with the fix.