I am using SQLite and a php application that runs in the background. I blocked the application using (Ctrl-c) and I just noticed that I have database.sqlite and database.sqlite-journal.
At the moment, how can I delete the -journal file without compromising the database?
Thank!
PS SQLite version 3.7.9
EDIT:
-rw-r
-rw-r
[damiano@localhost backup]$ sqlite3 test.sqlite2
SQLite version 3.7.13 2012-06-11 02:05:22
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite>
[damiano@localhost backup]$ ls -lh
-rw-r
-rw-r
[damiano@localhost backup]$
source
share