SQLite Forum

Can -wal -shm files be deleted if -wal file is empty?
Login
See my other reply. It is due to syncing problems of the database files. I always only update the db at one location. There may also be improper shutdown of the machine involved (but I am not very sure). So it could be 1) update the db at location A, 2) synch (which will copy -wal and -shm to location B), 3) update the db at location B.