For context: I need to be able to reliably update the timestamp on some sqlite DB files which get intermittent updates on an ext4 filesystem.
Can using the touch
command (to update the last modification time) fail when the database is being written to, or even worse, cause data loss?